Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ea8e6f

Browse files
committed
Remove win-x86-py3.13 entirely for now
1 parent7c87fec commit0ea8e6f

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)

[8]ページ先頭

©2009-2025 Movatter.jp