Skip to content

Commit 5525586

Browse files
committed
Disable 3.9 / 3.10
1 parent 6cf34b1 commit 5525586

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci-targets.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,9 @@ windows:
389389
arch: aarch64
390390
vcvars: vcvarsamd64_arm64.bat
391391
python_versions:
392-
- "3.9"
393-
- "3.10"
392+
# On 3.9 / 3.10, `_tkinter` is failing to be included in the build
393+
# - "3.9"
394+
# - "3.10"
394395
- "3.11"
395396
- "3.12"
396397
- "3.13"

0 commit comments

Comments
 (0)