8000 Define in setup.py the minimal Python version · arthurdejong/python-stdnum@7cb08a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cb08a5

Browse files
committed
Define in setup.py the minimal Python version
Closes #474
1 parent 8b78f78 commit 7cb08a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
'Topic :: Text Processing :: General',
7676
],
7777
packages=find_packages(),
78+
python_requires='>=3.8',
7879
install_requires=[],
7980
package_data={'': ['*.dat', '*.crt', 'py.typed']},
8081
extras_require={

0 commit comments

Comments
 (0)
0