Skip to content

Commit f45978d

Browse files
committed
Drop 3.10 support and add to CI
1 parent 36a07c4 commit f45978d

3 files changed

Lines changed: 3 additions & 156 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,9 @@ jobs:
4646
instance: macos-15
4747
suffix: -macos-aarch64-none
4848

49-
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
49+
python: ["3.11", "3.12", "3.13", "3.14", "3.15"]
5050

5151
exclude:
52-
# Fails with initfs_encoding error
53-
- os:
54-
category: windows
55-
platform: x86
56-
python: "3.10"
57-
58-
# Fails to find pytest
59-
- os:
60-
category: windows
61-
platform: x64
62-
python: '3.10'
63-
6452
# fails to call mono methods
6553
- os:
6654
category: windows

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"clr_loader>=0.3.1,<0.4.0"
1414
]
1515

16-
requires-python = ">=3.10, <3.16"
16+
requires-python = ">=3.11, <3.16"
1717

1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",
@@ -37,8 +37,7 @@ dynamic = ["version"]
3737
dev = [
3838
"pytest >= 6",
3939
"find_libpython >= 0.3",
40-
"numpy >=2 ; python_version >= '3.10'",
41-
"numpy <2 ; python_version < '3.10'",
40+
"numpy >=2",
4241
]
4342
doc = [
4443
"sphinx",

src/runtime/Native/TypeOffset310.cs

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

0 commit comments

Comments
 (0)