Skip to content

Commit

Permalink
Update GitHub Actions to latest Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jun 27, 2024
1 parent 8ce73ed commit f5f5b3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -20,6 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install .[test]
python -m pip install pytest-xdist
- name: Test with pytest
run: |
pytest
pytest -n 4

0 comments on commit f5f5b3f

Please sign in to comment.