diff --git a/setup.py b/setup.py index 7e6a71c87..fa6966271 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ "torchvision == 0.9.1", ], extras_require=extras, - python_requires=">=3.6.0", + python_requires=">=3.7.0", classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -96,7 +96,6 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Artificial Intelligence", ],