We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b486f1d commit ffb801aCopy full SHA for ffb801a
setup/setup.py
@@ -48,14 +48,15 @@ def get_dirlist(_rootdir):
48
long_description=long_description,
49
long_description_content_type='text/markdown',
50
url='https://github.com/nutonomy/nuscenes-devkit',
51
- python_requires='>=3.6',
+ python_requires='>=3.9',
52
install_requires=requirements,
53
packages=packages,
54
package_dir={'': 'python-sdk'},
55
package_data={'': ['*.json']},
56
include_package_data=True,
57
classifiers=[
58
- 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.9',
59
+ 'Programming Language :: Python :: 3.12',
60
'Operating System :: OS Independent',
61
'License :: Free for non-commercial use'
62
],
0 commit comments