X Tutup
Skip to content

Commit 6b99b22

Browse files
committed
Bump minimal Python version and drop license-files entry
1 parent 9a30911 commit 6b99b22

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
platform: x64
3333
instance: macos-13
3434

35-
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
35+
python: ["3.9", "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]

pyproject.toml

Lines changed: 1 addition & 2 deletions
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.9, <3.14"
1717

1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",
@@ -54,7 +54,6 @@ Sources = "https://github.com/pythonnet/pythonnet"
5454
[tool.setuptools]
5555
zip-safe = false
5656
py-modules = ["clr"]
57-
license-files = []
5857

5958
[tool.setuptools.dynamic.version]
6059
file = "version.txt"

0 commit comments

Comments
 (0)
X Tutup