Skip to content

Commit 1e22b05

Browse files
authored
Merge pull request #111 from smkent/python3.13
Add Python 3.13 to CI jobs
2 parents 51f6060 + b8f3c04 commit 1e22b05

File tree

2 files changed

+2
-0
lines changed
  • .github/workflows
  • {{cookiecutter.project_name}}/.github/workflows

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "3.10"
2525
- "3.11"
2626
- "3.12"
27+
- "3.13"
2728
poetry-version:
2829
- "2.0"
2930

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "3.10"
2525
- "3.11"
2626
- "3.12"
27+
- "3.13"
2728
poetry-version:
2829
- "2.0"
2930

0 commit comments

Comments
 (0)