Skip to content

Commit 4f2093c

Browse files
committed
Fix default python version used in int. tests
Signed-off-by: Fabrice Normandin <[email protected]>
1 parent 904a062 commit 4f2093c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
)
3636
]
3737

38-
_DEFAULT_PYTHON_VERSION = "3.10"
38+
_DEFAULT_PYTHON_VERSION = "3.11"
3939
"""The default choice of python version in the copier.yaml file."""
4040

4141
_project_fixture_scope = "module"

0 commit comments

Comments
 (0)