Skip to content

Commit

Permalink
chore: bump python version to >=3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudac7 committed Apr 11, 2024
1 parent 37783c0 commit 4384566
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 802 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
poetry-version: ["1.3.0"]
python-version: ['3.9', '3.10', '3.11', '3.12']
poetry-version: ["1.6.1"]

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

0 comments on commit 4384566

Please sign in to comment.