Skip to content

Commit

Permalink
ci(check): add 3.12rc3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Sep 27, 2023
1 parent ba96f0c commit e6d0ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12.0-rc.3']

steps:
- name: Checkout code
Expand Down

0 comments on commit e6d0ea4

Please sign in to comment.