From 5663484a8e69590932b6cb4871820389370c1dd0 Mon Sep 17 00:00:00 2001 From: n-wbrown Date: Sun, 19 Nov 2023 19:15:05 -0800 Subject: [PATCH] Bring back additional versions --- .github/workflows/cookiecutter-test.yml | 2 +- cookiecutter.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cookiecutter-test.yml b/.github/workflows/cookiecutter-test.yml index 5895bbe..3a596fb 100644 --- a/.github/workflows/cookiecutter-test.yml +++ b/.github/workflows/cookiecutter-test.yml @@ -41,7 +41,7 @@ jobs: strategy: matrix: config_file: [ default_config.yaml, complex_config.yaml] - python_version: ["3.9", "3.10", "3.11"] + python_version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/cookiecutter.json b/cookiecutter.json index 3ae8bfd..dd2e72e 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -7,7 +7,7 @@ "github_repo_group": "pcdshub", "import_name": "{{ cookiecutter.folder_name }}", "description": "A short description of the project.", - "python_version": ["3.11", "3.10", "3.9", "3.8", "3.7", "3.6"], + "python_version": ["3.11", "3.10", "3.9", "3.8", "3.7", "3.6", "3.12"], "auto_git_setup": ["no", "yes"], "git_remote_name": "origin", "readme_format": ["md", "rst"],