Skip to content

Commit

Permalink
feat: drop support for Python <3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
finswimmer committed Oct 18, 2024
1 parent 53b4845 commit 284999a
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, macOS, Windows]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
include:
- os: Ubuntu
image: ubuntu-latest
Expand Down
Loading

0 comments on commit 284999a

Please sign in to comment.