| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,8 +37,10 @@ jobs: | |||
| 37 | 37 | # This fails in pytest with: | |
| 38 | 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 | 39 | exclude: | |
| 40 | - - os: { category: windows, platform: x86 } | ||
| 41 | - python: ["3.13"] | ||
| 40 | + - os: | ||
| 41 | + category: windows | ||
| 42 | + platform: x86 | ||
| 43 | + python: "3.13" | ||
| 42 | 44 | ||
| 43 | 45 | steps: | |
| 44 | 46 | - name: Set Environment on macOS | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,6 +59,7 @@ | |||
| 59 | 59 | - Peter Kese ([@pkese](https://github.com/pkese)) | |
| 60 | 60 | - Raphael Nestler ([@rnestler](https://github.com/rnestler)) | |
| 61 | 61 | - Rickard Holmberg ([@rickardraysearch](https://github.com/rickardraysearch)) | |
| 62 | + - Roberto Pastor Muela ([@RobPasMue](https://github.com/RobPasMue)) | ||
| 62 | 63 | - Sam Winstanley ([@swinstanley](https://github.com/swinstanley)) | |
| 63 | 64 | - Sean Freitag ([@cowboygneox](https://github.com/cowboygneox)) | |
| 64 | 65 | - Serge Weinstock ([@sweinst](https://github.com/sweinst)) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,6 +11,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG][]. | |||
| 11 | 11 | ### Changed | |
| 12 | 12 | ### Fixed | |
| 13 | 13 | ||
| 14 | + - ci: properly exclude job (#2542) | ||
| 15 | + | ||
| 14 | 16 | ## [3.0.5](https://github.com/pythonnet/pythonnet/releases/tag/v3.0.5) - 2024-12-13 | |
| 15 | 17 | ||
| 16 | 18 | ### Added | |
| Back | FazBrowse Home | New Git URL |
0 commit comments