We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a5d1a commit 25b2598Copy full SHA for 25b2598
1 file changed
.github/workflows/python-package-conda.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: False
24
matrix:
25
os: [ubuntu-latest, macos-12, windows-latest]
26
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13.0rc2"]
27
mkl-version: ['2023', '2024']
28
include:
29
- os: ubuntu-latest
0 commit comments