Skip to content

Commit ffb801a

Browse files
committed
Update Python versions supported
1 parent b486f1d commit ffb801a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ def get_dirlist(_rootdir):
4848
long_description=long_description,
4949
long_description_content_type='text/markdown',
5050
url='https://github.com/nutonomy/nuscenes-devkit',
51-
python_requires='>=3.6',
51+
python_requires='>=3.9',
5252
install_requires=requirements,
5353
packages=packages,
5454
package_dir={'': 'python-sdk'},
5555
package_data={'': ['*.json']},
5656
include_package_data=True,
5757
classifiers=[
58-
'Programming Language :: Python :: 3.6',
58+
'Programming Language :: Python :: 3.9',
59+
'Programming Language :: Python :: 3.12',
5960
'Operating System :: OS Independent',
6061
'License :: Free for non-commercial use'
6162
],

0 commit comments

Comments
 (0)