Skip to content

Commit

Permalink
fix: gha use 3.12-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Sep 28, 2023
1 parent 2b47bbf commit 7ac512f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
language: [ "python" ]
python-version: [ "3.10", "3.11", "3.12" ]
python-version: [ "3.10", "3.11", "3.12.0-rc.3" ]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.10", "3.11", "3.12" ]
python-version: [ "3.10", "3.11", "3.12.0-rc.3" ]
permissions:
contents: read
pull-requests: write
Expand Down

0 comments on commit 7ac512f

Please sign in to comment.