We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56feacd commit 0145bfeCopy full SHA for 0145bfe
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [windows-latest]
15
- python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
+ python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14-dev']
16
17
env:
18
PIP_DISABLE_PIP_VERSION_CHECK: true
0 commit comments