Skip to content

Commit c24250e

Browse files
authored
Update setup.py
1 parent 28d988d commit c24250e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
install_requires = [
6-
'importlib-metadata;python_version<"3.5"',
6+
'importlib-metadata;python_version<"3.8"',
77
]
88
package_excludes = ['tests*', 'docs*']
99
packages = find_packages(exclude=package_excludes)
@@ -27,7 +27,7 @@
2727
'pytest',
2828
],
2929
},
30-
python_requires='>=3.8',
30+
python_requires='>=3.5',
3131
zip_safe=True,
3232
author='William Woodall',
3333
author_email='william@osrfoundation.org',

0 commit comments

Comments
 (0)