We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904a062 commit 5488f70Copy full SHA for 5488f70
tests/test_template.py
@@ -35,7 +35,7 @@
35
)
36
]
37
38
-_DEFAULT_PYTHON_VERSION = "3.10"
+_DEFAULT_PYTHON_VERSION = "3.11"
39
"""The default choice of python version in the copier.yaml file."""
40
41
_project_fixture_scope = "module"
@@ -215,8 +215,8 @@ def project_from_template(
215
# TODO: This seems to be the only one that works in the CI atm, because:
216
# - UV seems unable to download other python versions?
217
# - Python 3.11 and 3.12 aren't able to install orion atm.
218
- "3.10",
219
- pytest.param("3.11", marks=pytest.mark.slow),
+ # "3.10",
+ "3.11",
220
pytest.param("3.12", marks=pytest.mark.slow),
221
pytest.param(
222
"3.13",
0 commit comments