Python 3.9 (#184)

* Test against Python 3.9
* Programming Language :: Python :: 3.9 classifier
* Python versions badge
This commit is contained in:
Simon Willison 2020-10-07 18:44:05 -07:00 committed by GitHub
commit 8e91de8e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -51,5 +51,6 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
)