🌐 AI搜索 & 代理 主页
Skip to content

Commit 06dbd41

Browse files
authored
Drop EOLd Python versions (#2632)
1 parent a21c797 commit 06dbd41

File tree

5 files changed

+3
-415
lines changed

5 files changed

+3
-415
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
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"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"clr_loader>=0.2.7,<0.3.0"
1414
]
1515

16-
requires-python = ">=3.7, <3.14"
16+
requires-python = ">=3.10, <3.14"
1717

1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",

src/runtime/Native/TypeOffset37.cs

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

src/runtime/Native/TypeOffset38.cs

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

0 commit comments

Comments
 (0)