Skip to content

Commit

Permalink
Add support for Python 3.13 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasilukm authored Jan 19, 2025
1 parent 44d5d40 commit 68fd5a2
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
python-versions: [3.9, '3.10', '3.11', '3.12']
python-versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand Down
Loading

0 comments on commit 68fd5a2

Please sign in to comment.