Skip to content

Commit

Permalink
Re-add missing Python 3.11 to project template CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
smkent committed Nov 1, 2023
1 parent dfd8d8e commit b635686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_name}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
poetry-version:
- "1.6"
Expand Down

0 comments on commit b635686

Please sign in to comment.