We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b9545 commit ea45d63Copy full SHA for ea45d63
1 file changed
.github/workflows/python-package.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- python-version: ["3.10", 3.11, 3.12, 3.13, 3.14, 3.15]
+ python-version: ["3.10", 3.11, 3.12, 3.13, 3.14]
10
os: [macos-13, macos-14, windows-latest, ubuntu-22.04, ubuntu-24.04]
11
runs-on: ${{ matrix.os }}
12
steps:
0 commit comments