Skip to content

Commit 6e08760

Browse files
committed
Build: Set minimum supported Python version in package metadata.
1 parent c02b105 commit 6e08760

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ def write_file(filename, content):
525525
'Operating System :: OS Independent',
526526
'Topic :: Software Development',
527527
],
528+
python_requires=">=3.8",
528529

529530
packages=['lupa'],
530531
setup_requires=[cython_dependency],

0 commit comments

Comments
 (0)