Declare support for Python 3.8 (#1069)

This commit is contained in:
Hugo van Kemenade 2019-10-15 20:08:44 +03:00 committed by Jelle Zijlstra
parent 7b11f04d54
commit be35b1ed2d
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ to get accepted. You can still try but prepare to be disappointed.
## Technicalities
Development on the latest version of Python is preferred. As of this
writing it's 3.7 You can use any operating system. I am using macOS
writing it's 3.8. You can use any operating system. I am using macOS
myself and CentOS at work.
Install all development dependencies using:

View File

@ -52,6 +52,7 @@ def get_long_description() -> str:
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",