diff --git a/.github/workflows/cookiecutter-test.yml b/.github/workflows/cookiecutter-test.yml index 3a596fb..f0f13a9 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.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/cookiecutter.json b/cookiecutter.json index dd2e72e..d9eb8c1 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", "3.12"], + "python_version": ["3.11", "3.10", "3.9", "3.8", "3.12"], "auto_git_setup": ["no", "yes"], "git_remote_name": "origin", "readme_format": ["md", "rst"],