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 8665e6d commit 6f73fe5Copy full SHA for 6f73fe5
1 file changed
.github/workflows/build.yml
@@ -21,6 +21,9 @@ jobs:
21
- os: ubuntu-latest
22
python-version: "3.12"
23
numpy-version: "1.26"
24
+ - os: ubuntu-latest
25
+ python-version: "3.14"
26
+ numpy-version: null
27
28
steps:
29
- uses: actions/checkout@v6
0 commit comments