Skip to content

Commit cfb19fd

Browse files
committed
CI: remove Python 3.11 from test matrix
1 parent d511178 commit cfb19fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
host-os: ["ubuntu-latest", "macos-latest", "windows-latest"]
20-
python-version: ["3.11", "3.12", "3.13"]
20+
python-version: ["3.12", "3.13"]
2121
numpy-version: ["2.4.0"]
2222
pyqt-version: ["5.15"]
2323
include:

0 commit comments

Comments
 (0)