Skip to content

Commit 030a9f9

Browse files
authored
ci: properly exclude job (pythonnet#2542)
1 parent dfd746b commit 030a9f9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
# This fails in pytest with:
3838
# 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]
3939
exclude:
40-
- os: { category: windows, platform: x86 }
41-
python: ["3.13"]
40+
- os:
41+
category: windows
42+
platform: x86
43+
python: "3.13"
4244

4345
steps:
4446
- name: Set Environment on macOS

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
- Peter Kese ([@pkese](https://github.com/pkese))
6060
- Raphael Nestler ([@rnestler](https://github.com/rnestler))
6161
- Rickard Holmberg ([@rickardraysearch](https://github.com/rickardraysearch))
62+
- Roberto Pastor Muela ([@RobPasMue](https://github.com/RobPasMue))
6263
- Sam Winstanley ([@swinstanley](https://github.com/swinstanley))
6364
- Sean Freitag ([@cowboygneox](https://github.com/cowboygneox))
6465
- Serge Weinstock ([@sweinst](https://github.com/sweinst))

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
1111
### Changed
1212
### Fixed
1313

14+
- ci: properly exclude job (#2542)
15+
1416
## [3.0.5](https://github.com/pythonnet/pythonnet/releases/tag/v3.0.5) - 2024-12-13
1517

1618
### Added

0 commit comments

Comments
 (0)