1 parent 5e5dfcc commit d2bb55dCopy full SHA for d2bb55d
2 files changed
.github/workflows/test-package.yml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: false
9
matrix:
10
os: [ubuntu-latest, macos-latest, windows-latest]
11
- python: ["3.11", "3.12", "3.13", "3.14"]
+ python: ["3.9", "3.10", "3.11", "3.12"]
12
13
runs-on: ${{ matrix.os }}
14
0 commit comments