We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194b1cb commit da3cf69Copy full SHA for da3cf69
.copier-answers.yml
@@ -4,6 +4,7 @@ _src_path: gh:LabAutomationAndScreening/copier-base-template.git
4
description: Copier template for creating Python libraries and executables
5
python_ci_versions:
6
- 3.12.7
7
+- 3.13.2
8
python_version: 3.12.7
9
repo_name: copier-python-package-template
10
repo_org_name: LabAutomationAndScreening
.github/workflows/ci.yaml
@@ -64,6 +64,8 @@ jobs:
64
65
66
67
+ - 3.13.2
68
+
69
copier: [
70
'--data-file tests/copier_data/data1.yaml',
71
'--data-file tests/copier_data/data2.yaml',
0 commit comments