Skip to content

Commit

Permalink
ci: enable python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Oct 9, 2024
1 parent 3aa49bf commit f2fe751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, macos-13, windows-latest]
runs-on: ${{matrix.os}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ARCHS: ${{matrix.cibw_arch}}
CIBW_SKIP: "pp* cp313-*"
CIBW_SKIP: pp*
CIBW_TEST_SKIP: "*-*linux_aarch64 *-macosx_x86_64 *-win_arm64"
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f2fe751

Please sign in to comment.