Skip to content

Commit

Permalink
Poetry update (#94)
Browse files Browse the repository at this point in the history
* update dependecies

* stop support for py3.8
  • Loading branch information
PythonFZ authored Feb 26, 2024
1 parent 60e0f58 commit 14ced99
Show file tree
Hide file tree
Showing 4 changed files with 1,401 additions and 1,308 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 14ced99

Please sign in to comment.