We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8602d commit 3b0cb87Copy full SHA for 3b0cb87
.github/workflows/testsuite.yml
@@ -91,13 +91,6 @@ jobs:
91
- "pypy-3.9"
92
- "pypy-3.10"
93
- "pypy-3.11"
94
- exclude:
95
- # Windows 3.14.0b1 seems confused somehow about t vs not-t:
96
- # https://github.com/python/cpython/issues/133779
97
- - os: windows
98
- python-version: "3.14"
99
100
- python-version: "3.14t"
101
#
102
# If we need to exclude any combinations, do it like this:
103
# exclude:
0 commit comments