Skip to content

Commit a3f8c7a

Browse files
committed
Remove more -apple-watchos
1 parent bbb0c44 commit a3f8c7a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

cpython-unix/extension-modules.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ _ctypes_test:
152152
- m
153153

154154
_curses:
155-
# ncurses not available on iOS.
156-
disabled-targets:
157-
- .*-apple-watchos
158155
sources:
159156
- _cursesmodule.c
160157
defines:
@@ -176,9 +173,6 @@ _curses:
176173
- .*-apple-darwin
177174

178175
_curses_panel:
179-
# ncurses not available on iOS.
180-
disabled-targets:
181-
- .*-apple-watchos
182176
sources:
183177
- _curses_panel.c
184178
defines:
@@ -878,8 +872,6 @@ pyexpat:
878872
- expat
879873

880874
readline:
881-
disabled-targets:
882-
- .*-apple-watchos
883875
sources:
884876
- readline.c
885877
defines:

src/validation.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const RECOGNIZED_TRIPLES: &[&str] = &[
4747
"ppc64le-unknown-linux-gnu",
4848
"riscv64-unknown-linux-gnu",
4949
"s390x-unknown-linux-gnu",
50-
"thumbv7k-apple-watchos",
5150
"x86_64-apple-darwin",
5251
"x86_64-pc-windows-msvc",
5352
"x86_64-unknown-linux-gnu",

0 commit comments

Comments
 (0)