diff --git a/setup.py b/setup.py index 9441f43f0f..27095b2cca 100644 --- a/setup.py +++ b/setup.py @@ -369,6 +369,8 @@ setup( "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Topic :: Scientific/Engineering :: Artificial Intelligence", ], cmdclass={"deps_table_update": DepsTableUpdateCommand},