Skip to content

Commit

Permalink
CI: exclude Python 3.9 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed Aug 6, 2024
1 parent eccecda commit e117ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
host-os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]
numpy-version: ["1.26"]
pyqt-version: ["5.15"]
include:
Expand Down

0 comments on commit e117ee0

Please sign in to comment.