Skip to content

Commit

Permalink
Use python 3.12-dev (#22043)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Oct 4, 2023
1 parent ae42739 commit ab6ab06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the Unix case.
os: [ubuntu-latest, windows-latest]
# Run the tests on the oldest and most recent versions of Python.
python: ['3.8', '3.x']
python: ['3.8', '3.x', '3.12-dev']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the Unix case.
os: [ubuntu-latest, windows-latest]
# Run the tests on the oldest and most recent versions of Python.
python: ['3.8', '3.x']
python: ['3.8', '3.x', '3.12-dev']

steps:
- name: Checkout
Expand Down

0 comments on commit ab6ab06

Please sign in to comment.