Test against Python 3.10 (#330)

* Test against Python 3.10
* Added 3.10 to classifiers
* Test on Python 3.10 before publish
This commit is contained in:
Simon Willison 2021-10-13 15:25:05 -07:00 committed by GitHub
commit fda4dad23a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

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