Skip to content

Commit

Permalink
ci: add Python 3.12 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Jul 12, 2023
1 parent bbeaeac commit cdf20c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
# - "3.12-dev"
- "3.12-dev"
os:
- ubuntu-latest
# - windows-latest
Expand Down
2 changes: 1 addition & 1 deletion project/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
# - "3.12-dev"
- "3.12-dev"
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit cdf20c2

Please sign in to comment.