Skip to content

Commit 8cf4571

Browse files
committed
Use python 3.12-dev (#22043)
1 parent 33a209c commit 8cf4571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the Unix case.
121121
os: [ubuntu-latest, windows-latest]
122122
# Run the tests on the oldest and most recent versions of Python.
123-
python: ['3.8', '3.x']
123+
python: ['3.8', '3.x', '3.12-dev']
124124

125125
steps:
126126
- name: Checkout

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the Unix case.
9595
os: [ubuntu-latest, windows-latest]
9696
# Run the tests on the oldest and most recent versions of Python.
97-
python: ['3.8', '3.x']
97+
python: ['3.8', '3.x', '3.12-dev']
9898

9999
steps:
100100
- name: Checkout

0 commit comments

Comments
 (0)