Skip to content

Commit

Permalink
Test and release wheels for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Oct 22, 2024
1 parent 3fe8b62 commit 9dfdfcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
3.9
3.11
3.12
3.13
3.10
- name: Install dependencies
run: |
Expand Down Expand Up @@ -379,6 +380,7 @@ jobs:
3.9
3.11
3.12
3.13
3.10
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down Expand Up @@ -429,6 +431,7 @@ jobs:
3.9
3.11
3.12
3.13
3.10
architecture: ${{ matrix.target }}
- name: Build wheels
Expand Down

0 comments on commit 9dfdfcf

Please sign in to comment.