diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bed797f..d0a13d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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