Skip to content

Commit

Permalink
add tests and wheels for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Nov 1, 2024
1 parent 150dcb2 commit 14e6089
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, windows-latest]
python: [cp39, cp310, cp311, cp312]
python: [cp39, cp310, cp311, cp312, cp313]
arch: [x86_64, amd64]
exclude:
- os: macos-12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python =
3.10: py3
3.11: py3
3.12: py3
3.13: py3


[testenv]
Expand Down

0 comments on commit 14e6089

Please sign in to comment.