Skip to content

Commit 00166b3

Browse files
Bump minimum python version to skip backport.
Some APIs used were not introduced until 3.10 so use the backport unless we have it.
1 parent 0a71721 commit 00166b3

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
@@ -21,8 +21,8 @@
2121
'catkin_pkg >= 0.4.3',
2222
'setuptools',
2323
'empy < 4',
24-
'importlib-metadata; python_version < "3.8"',
25-
'importlib-resources; python_version < "3.8"',
24+
'importlib-metadata; python_version < "3.10"',
25+
'importlib-resources; python_version < "3.10"',
2626
'packaging',
2727
'python-dateutil',
2828
'PyYAML',

0 commit comments

Comments
 (0)