File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,12 @@ jobs:
101
101
python-version : " pypy-3.9"
102
102
- os : windows
103
103
python-version : " pypy-3.10"
104
+ # Windows 3.14.0b1 seems confused somehow about t vs not-t:
105
+ # https://github.com/python/cpython/issues/133779
106
+ - os : windows
107
+ python-version : " 3.14"
108
+ - os : windows
109
+ python-version : " 3.14t"
104
110
# If we need to tweak the os version we can do it with an include like
105
111
# this:
106
112
# include:
Original file line number Diff line number Diff line change 89
89
- " pypy-3.9"
90
90
- " pypy-3.10"
91
91
- " pypy-3.11"
92
+ exclude :
93
+ # Windows 3.14.0b1 seems confused somehow about t vs not-t:
94
+ # https://github.com/python/cpython/issues/133779
95
+ - os : windows
96
+ python-version : " 3.14"
97
+ - os : windows
98
+ python-version : " 3.14t"
92
99
#
93
100
# If we need to exclude any combinations, do it like this:
94
101
# exclude:
You can’t perform that action at this time.
0 commit comments