Skip to content

Commit

Permalink
drop support for Python 3.8 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored Dec 29, 2024
1 parent dff2832 commit 0104775
Show file tree
Hide file tree
Showing 3 changed files with 656 additions and 593 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
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 0104775

Please sign in to comment.