Skip to content

Commit

Permalink
ci: add 3.13 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Aug 7, 2024
1 parent 82fc90d commit 5e0ff7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.12", "pypy3.9"]
python-version: ["3.9", "3.13", "pypy3.9"]
include:
- python-version: "3.8"
cmake-extras: "-DCMAKE_CXX_STANDARD=17"
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
build: cp312-manylinux_x86_64
build: cp313-manylinux_x86_64
- os: windows-2019
build: cp38-win32
- os: windows-2019
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python: [37, 38, 39, 310, 311, 312]
python: [37, 38, 39, 310, 311, 312, 313]
arch: [aarch64]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5e0ff7f

Please sign in to comment.