Skip to content

Commit

Permalink
Test and build 3.13 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pschanely committed Nov 14, 2024
1 parent 2e29d28 commit 68fc777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Build wheels
env:
CIBW_BUILD: cp{38,39,310,311,312}-*
CIBW_BUILD: cp{38,39,310,311,312,313}-*
CIBW_ARCHS_MACOS: "arm64"
CIBW_TEST_EXTRAS: "dev"
CIBW_TEST_REQUIRES: "pytest"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
"3.10",
"3.11",
"3.12",
"3.13",
]
# Windows doesn't pass the test suite at the moment :(
# include:
Expand Down

0 comments on commit 68fc777

Please sign in to comment.