Skip to content

Commit 972b42d

Browse files
cedkarthurdejong
authored andcommitted
Define minimal Python version in setup.py
Closes #474 Closes #475 Fixes 3542c06
1 parent 8b78f78 commit 972b42d

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)