Skip to content

Commit f2fe751

Browse files
ci: enable python 3.13
1 parent 3aa49bf commit f2fe751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python: ["3.9", "3.10", "3.11", "3.12"]
24+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2525
os: [ubuntu-latest, macos-13, windows-latest]
2626
runs-on: ${{matrix.os}}
2727
steps:

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: pypa/[email protected]
5353
env:
5454
CIBW_ARCHS: ${{matrix.cibw_arch}}
55-
CIBW_SKIP: "pp* cp313-*"
55+
CIBW_SKIP: pp*
5656
CIBW_TEST_SKIP: "*-*linux_aarch64 *-macosx_x86_64 *-win_arm64"
5757
- name: Upload wheels
5858
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)