We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a209c commit 8cf4571Copy full SHA for 8cf4571
2 files changed
.github/workflows/build.yml
@@ -120,7 +120,7 @@ jobs:
120
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the Unix case.
121
os: [ubuntu-latest, windows-latest]
122
# Run the tests on the oldest and most recent versions of Python.
123
- python: ['3.8', '3.x']
+ python: ['3.8', '3.x', '3.12-dev']
124
125
steps:
126
- name: Checkout
.github/workflows/pr-check.yml
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
100
0 commit comments