Skip to content

Commit

Permalink
feat: Python 3.13 support (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer authored Jan 16, 2025
1 parent f272bcb commit 1f05d53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -35,6 +35,7 @@ jobs:
- name: Run pytest
run: tox -e py
- name: Run pytest with numba
if: matrix.python != '3.13'
run: tox -e py-numba
- name: Run PyInstaller test
run: tox -e pyinstaller
Expand Down

0 comments on commit 1f05d53

Please sign in to comment.