◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
78 changes: 0 additions & 78 deletions .github/actions/install-mono/action.yml
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
16 changes: 1 addition & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,6 @@ jobs:
platform: x86
python: "3.10"

# Broken ctypes find_library
- os:
category: macos
platform: arm64
python: '3.10'
- os:
category: macos
platform: arm64
python: '3.11'
- os:
category: macos
platform: arm64
python: '3.12'

# Fails to find pytest
- os:
category: windows
Expand Up @@ -97,7 +83,7 @@ jobs:
- run: dotnet restore

- name: Install Mono
uses: ./.github/actions/install-mono
with:
arch: ${{ matrix.os.platform }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
readme = "README.rst"

dependencies = [
"clr_loader>=0.3.0,<0.4.0"
]

requires-python = ">=3.10, <3.15"
Expand Down
8 changes: 4 additions & 4 deletions uv.lock
Loading
Toggle all file notes Toggle all file annotations