File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 steps :
3838 - name : Deploy to GitHub Pages
3939 id : deployment
40- uses : actions/deploy-pages@v4
40+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "MIT"
1010readme = " README.rst"
1111
1212dependencies = [
13- " clr_loader>=0.3.0 ,<0.4.0"
13+ " clr_loader>=0.3.1 ,<0.4.0"
1414]
1515
1616requires-python = " >=3.10, <3.15"
@@ -38,7 +38,6 @@ dev = [
3838 " find_libpython >= 0.3" ,
3939 " numpy >=2 ; python_version >= '3.10'" ,
4040 " numpy <2 ; python_version < '3.10'" ,
41- " psutil"
4241]
4342
4443[[project .authors ]]
Original file line number Diff line number Diff line change 6161 <ItemGroup >
6262 <PackageReference Include =" Lost.Compat.NullabilityAttributes" Version =" 0.0.4" PrivateAssets =" All" />
6363 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 10.*" PrivateAssets =" All" />
64- <PackageReference Include =" System.Reflection.Emit" Version =" 4.3 .0" />
64+ <PackageReference Include =" System.Reflection.Emit" Version =" 4.7 .0" />
6565 </ItemGroup >
6666</Project >
You can’t perform that action at this time.
0 commit comments