Skip to content

Commit

Permalink
ci: run tests with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jun 30, 2024
1 parent cc5d05c commit e73908d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.8, 3.9, "3.10", "3.11" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
python -m pip install pytest
maturin develop --manifest-path py/Cargo.toml
pytest py
# Non-windows
- name: Test Python - Non-Windows
if: runner.os != 'Windows'
Expand Down

0 comments on commit e73908d

Please sign in to comment.