Skip to content

Commit f6bed5a

Browse files
committed
build: fix python_requires
1 parent f944df6 commit f6bed5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_version(package):
4040
url="https://github.com/riot-appstore",
4141
packages=find_packages(),
4242
platforms='any',
43-
python_requires='>=3.7.*',
43+
python_requires='>=3.7',
4444
include_package_data=True,
4545
classifiers=[
4646
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)