Skip to content

Commit

Permalink
Python 3.12 only
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken committed Sep 23, 2024
1 parent a9e43db commit 6b0f11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.name}}/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
target:
- "3.9"
- "3.12"

steps:
- name: checkout
Expand All @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
target:
- "3.9"
- "3.12"

steps:
- name: checkout
Expand Down

0 comments on commit 6b0f11b

Please sign in to comment.