Skip to content

Commit 512352b

Browse files
authored
Merge pull request #2707 from pythonnet/ci
CI Improvements
2 parents daa4cdd + da22396 commit 512352b

5 files changed

Lines changed: 7 additions & 99 deletions

File tree

.github/actions/install-mono/action.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
steps:
3838
- name: Deploy to GitHub Pages
3939
id: deployment
40-
uses: actions/deploy-pages@v4
40+
uses: actions/deploy-pages@v5

.github/workflows/main.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,6 @@ jobs:
5555
platform: x86
5656
python: "3.10"
5757

58-
# Broken ctypes find_library
59-
- os:
60-
category: macos
61-
platform: arm64
62-
python: '3.10'
63-
- os:
64-
category: macos
65-
platform: arm64
66-
python: '3.11'
67-
- os:
68-
category: macos
69-
platform: arm64
70-
python: '3.12'
71-
7258
# Fails to find pytest
7359
- os:
7460
category: windows
@@ -97,7 +83,7 @@ jobs:
9783
- run: dotnet restore
9884

9985
- name: Install Mono
100-
uses: ./.github/actions/install-mono
86+
uses: pythonnet/clr-loader/.github/actions/install-mono@main
10187
with:
10288
arch: ${{ matrix.os.platform }}
10389

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
readme = "README.rst"
1111

1212
dependencies = [
13-
"clr_loader>=0.3.0,<0.4.0"
13+
"clr_loader>=0.3.1,<0.4.0"
1414
]
1515

1616
requires-python = ">=3.10, <3.15"

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)