Skip to content

Commit ef0eb85

Browse files
authored
Merge pull request #99 from smkent/python-3.11
Re-add missing Python 3.11 to project template CI config
2 parents dfd8d8e + b635686 commit ef0eb85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • {{cookiecutter.project_name}}/.github/workflows

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "3.8"
2424
- "3.9"
2525
- "3.10"
26+
- "3.11"
2627
- "3.12"
2728
poetry-version:
2829
- "1.6"

0 commit comments

Comments
 (0)