Skip to content

Commit dd86a4b

Browse files
authored
Update setup.py
1 parent f48805d commit dd86a4b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'pytest',
2828
],
2929
},
30-
python_requires='>=3.5',
30+
python_requires='>=3.8',
3131
zip_safe=True,
3232
author='William Woodall',
3333
author_email='william@osrfoundation.org',
@@ -42,9 +42,4 @@
4242
description="Commonly needed Python modules, "
4343
"used by Python software developed at OSRF",
4444
license='Apache 2.0',
45-
extras_require={
46-
'test': [
47-
'tests',
48-
],
49-
},
5045
)

0 commit comments

Comments
 (0)