Skip to content

Commit ea4011b

Browse files
authored
Merge pull request #129 from OlenaYefymenko/122-supported-python-versions
Declare supported Python versions in dist meta
2 parents 60ef91e + 6f851bf commit ea4011b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ package_dir =
2626
packages = find:
2727
include_package_data = true
2828
zip_safe = false
29+
python_requires = >=3.7
2930

3031
[options.packages.find]
3132
where = src

0 commit comments

Comments
 (0)