Skip to content

Commit e46a584

Browse files
committed
enable t build tests with greenlet on 3.14
Change-Id: Ifefc81faeb7c083803418abf9cff34bcbcd0e14d
1 parent a0baf90 commit e46a584

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/run-test.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,9 @@ jobs:
5959

6060
exclude:
6161

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
62+
# t builds should now work fine on 3.14, but not worth it on 3.13
6663
- build-type: "cext-greenlet"
6764
python-version: "3.13t"
68-
69-
- build-type: "cext-greenlet"
70-
python-version: "3.14t"
71-
7265
# linux do not have x86 / arm64 python
7366
- os: "ubuntu-22.04"
7467
architecture: x86

0 commit comments

Comments
 (0)