Skip to content

Commit 3407882

Browse files
authored
Fix devel test python version (#593)
1 parent f5ad4f0 commit 3407882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
run_pre: ./tools/test-setup.sh
3737
max_python: "3.13"
38-
default_python: "3.11" # min version, for 'lint' in particular
38+
default_python: "3.12" # min version of `devel`
3939
jobs_producing_coverage: 9
4040
other_names_also: |
4141
devspaces

0 commit comments

Comments
 (0)