Skip to content

Commit

Permalink
add python 3.11 and 3.12 to pytest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Aug 21, 2024
1 parent 131bd43 commit 966c241
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
env: [
'-r requirements.txt .[test]',
'-r requirements-min.txt .[test]',
Expand All @@ -27,6 +27,10 @@ jobs:
env: '-r requirements-min.txt .[test]'
- python-version: "3.10"
env: '-r requirements-min.txt .[test]'
- python-version: "3.11"
env: '-r requirements-min.txt .[test]'
- python-version: "3.12"
env: '-r requirements-min.txt .[test]'
# required numpy is not available on python 3.7, so exclude:
- python-version: 3.7
env: '-r requirements.txt .[test]'
Expand Down

0 comments on commit 966c241

Please sign in to comment.