File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the Unix case.
121
121
os : [ubuntu-latest, windows-latest]
122
122
# 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' ]
124
124
125
125
steps :
126
126
- name : Checkout
Original file line number Diff line number Diff line change 94
94
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the Unix case.
95
95
os : [ubuntu-latest, windows-latest]
96
96
# 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' ]
98
98
99
99
steps :
100
100
- name : Checkout
You can’t perform that action at this time.
0 commit comments