Skip to content

Commit

Permalink
Drop support for Python 3.7, test 3.12 and 3.13-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Feb 16, 2024
1 parent cbeec31 commit 6d28af1
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 543 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
Loading

0 comments on commit 6d28af1

Please sign in to comment.