fix: missing identifier for Python 3.9

This commit is contained in:
Henry Schreiner
2020-10-21 16:21:44 -04:00
committed by GitHub
parent 7c26c71835
commit 4d037439ba

View File

@@ -19,6 +19,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
License :: OSI Approved :: BSD License
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: Implementation :: CPython