Skip to content

Commit

Permalink
remove 3.9 support, add 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-king committed Jan 11, 2025
1 parent 17d72c1 commit f415d08
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

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

0 comments on commit f415d08

Please sign in to comment.