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 a0baf90 commit e46a584Copy full SHA for e46a584
1 file changed
.github/workflows/run-test.yaml
@@ -59,16 +59,9 @@ jobs:
59
60
exclude:
61
62
- # the threaded pythons are not stable under greenlet. Even
63
- # though we can run individual tests, when you run the whole suite
64
- # with xdist and the greenlet wrapper, the workers keep crashing
65
- # and getting replaced
+ # t builds should now work fine on 3.14, but not worth it on 3.13
66
- build-type: "cext-greenlet"
67
python-version: "3.13t"
68
-
69
- - build-type: "cext-greenlet"
70
- python-version: "3.14t"
71
72
# linux do not have x86 / arm64 python
73
- os: "ubuntu-22.04"
74
architecture: x86
0 commit comments