Skip to content

Commit 3e37100

Browse files
authored
Update setup.py's min version
Updates setup.py's minimum Python version to be 3.10, which is latest version that supports the type hints we used.
1 parent 3b93a0e commit 3e37100

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
package_data={
1515
"pylibsrcml": ["testsuite/*"],
1616
},
17-
python_requires=">=3.7",
18-
)
17+
python_requires=">=3.10",
18+
)

0 commit comments

Comments
 (0)