Skip to content

Commit

Permalink
Merge pull request #175 from your-tools/python-3.13
Browse files Browse the repository at this point in the history
Add support for Python 3.13, drop support for Python 3.8
  • Loading branch information
dmerejkowsky authored Dec 13, 2024
2 parents c71609a + 8a74c98 commit 856a3ad
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 269 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
Loading

0 comments on commit 856a3ad

Please sign in to comment.