Skip to content

Commit

Permalink
Fixes microsoft#326: Add Python 3.12-dev to tests actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pheonix-18 committed Sep 22, 2023
1 parent fe9b898 commit 7752594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev']

steps:
- name: Checkout
Expand Down

0 comments on commit 7752594

Please sign in to comment.