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 4499631 commit 3720d95Copy full SHA for 3720d95
.github/workflows/tests.yml
@@ -66,7 +66,7 @@ jobs:
66
fail-fast: false
67
matrix:
68
os: [ubuntu-latest, windows-latest, macos-latest]
69
- pyversion: ["3", "3.10"]
+ pyversion: ["3.13", "3.10"]
70
juliaexe: ["@JuliaPkg"]
71
include:
72
- os: ubuntu-latest
test/CondaPkg.toml
@@ -0,0 +1,2 @@
1
+[deps]
2
+python = "3.13.*"
0 commit comments