Add Python 3.8 to classifiers and remove old ones

According to
https://github.com/tensorflow/tensorflow/issues/33374#issuecomment-595341808,
nightly and TF 2.2 support Python 3.8.
This commit is contained in:
Michael Käufl 2020-03-06 10:15:37 +01:00
parent 53ed9a3339
commit f4a080a700
No known key found for this signature in database
GPG Key ID: 30274591B981122A
1 changed files with 2 additions and 3 deletions

View File

@ -295,13 +295,12 @@ setup(
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering :: Artificial Intelligence',