Skip to content

Commit

Permalink
added python 3.13 CI target
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymcrae committed Dec 3, 2024
1 parent 0397198 commit cad7ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]
python: ["cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_BUILD: ${{ matrix.python }}-*
CIBW_TEST_COMMAND: "python -m unittest discover -s {project}"
Expand Down

0 comments on commit cad7ae8

Please sign in to comment.