Skip to content

Commit

Permalink
Test on more versions of Python
Browse files Browse the repository at this point in the history
Dual to #562 let's check which Python versions work.
  • Loading branch information
maresb authored Sep 27, 2024
1 parent 7ce4300 commit fd469b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
py_ver: ["3.11", "3.12"]
py_ver: ["3.8", "3.9", "3.10", "3.11", "3.12"]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.py_ver }}
Expand Down

0 comments on commit fd469b5

Please sign in to comment.