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 482aa53 commit af42221Copy full SHA for af42221
.github/workflows/build-with-clang.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- python: ["3.9", "3.10", "3.11", "3.12"]
+ python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
16
numpy_version: ["numpy'<2'", "numpy'>=2'"]
17
env:
18
ONEAPI_ROOT: /opt/intel/oneapi
0 commit comments