8000 Remove win-x86-py3.13 entirely for now · pythonnet/pythonnet@0ea8e6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ea8e6f

Browse files
committed
Remove win-x86-py3.13 entirely for now
1 parent 7c87fec commit 0ea8e6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434

3535
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3636

37+
# This fails in pytest with:
38+
# CSC : error CS4023: /platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe [D:\a\pythonnet\pythonnet\src\runtime\Python.Runtime.csproj]
39+
exclude:
40+
- os: { category: windows, platform: x86 }
41+
python: ["3.13"]
42+
3743
steps:
3844
- name: Set Environment on macOS
3945
uses: maxim-lobanov/setup-xamarin@v1

0 commit comments

Comments
 (0)
0