Skip to content

Commit 3720d95

Browse files
author
Christopher Doris
committed
test against python 3.13 (not 3.14) for now
1 parent 4499631 commit 3720d95

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
fail-fast: false
6767
matrix:
6868
os: [ubuntu-latest, windows-latest, macos-latest]
69-
pyversion: ["3", "3.10"]
69+
pyversion: ["3.13", "3.10"]
7070
juliaexe: ["@JuliaPkg"]
7171
include:
7272
- os: ubuntu-latest

test/CondaPkg.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[deps]
2+
python = "3.13.*"

0 commit comments

Comments
 (0)