diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2021-10-01 18:34:21 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-10-01 22:04:36 -0400 |
commit | 534700c80185e1365f2fcae0f018df08efb8c05f (patch) | |
tree | d0b716c84e66d77c576573f155f72f0dffb055e4 /setup.py | |
parent | bb31651023ce9c54088f2963b4950f075b2fcd18 (diff) |
Add Py3.9 to classifiers
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], # TODO 3.0: remove bcrypt, pynacl and update installation docs noting that # use of the extras_require(s) is now required for those |