Skip to content

Commit

Permalink
installation test - drop 3.6 from matrix
Browse files Browse the repository at this point in the history
Python 3.6 is not supported anymore, pytest does not agree to get
installed with the version we're using now.
  • Loading branch information
JanneKiiskila committed Oct 20, 2023
1 parent 5551dd0 commit b4a8104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-20.04", "ubuntu-22.04"]
python-ver: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-ver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
exclude:
- os: ubuntu-22.04
python-ver: 3.6
Expand Down

0 comments on commit b4a8104

Please sign in to comment.