Drop EOLd Python versions (#2632) · pythonnet/pythonnet@06dbd41

Original file line numberDiff line numberDiff line change

@@ -32,12 +32,12 @@ jobs:

3232

platform: x64

3333

instance: macos-13

3434
35-

python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

35+

python: ["3.10", "3.11", "3.12", "3.13"]

3636
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:

40+

- os:

4141

category: windows

4242

platform: x86

4343

python: "3.13"