We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d74ffc commit d548545Copy full SHA for d548545
1 file changed
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15-dev"]
14
numpy: [0, 1]
15
os: [ubuntu-latest, macos-latest, windows-latest, macos-14]
16
steps:
0 commit comments