Skip to content

Commit

Permalink
drop 37, 38
Browse files Browse the repository at this point in the history
  • Loading branch information
n-wbrown committed Nov 20, 2023
1 parent 5663484 commit cb851eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cookiecutter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit cb851eb

Please sign in to comment.