8000 Specify supported Python version in project metadata · spsforks/pythonnet-pythonnet@0119f1c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0119f1c

Browse files
committed
Specify supported Python version in project metadata
1 parent a3b7789 commit 0119f1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ dependencies = [
1313
"clr_loader>=0.2.2,<0.3.0"
1414
]
1515

16+
requires-python = ">=3.7, <3.11"
17+
1618
classifiers = [
1719
"Development Status :: 5 - Production/Stable",
1820
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)
0