Declare support for Python 3.8 (#1069)
This commit is contained in:
parent
7b11f04d54
commit
be35b1ed2d
@ -25,7 +25,7 @@ to get accepted. You can still try but prepare to be disappointed.
|
|||||||
## Technicalities
|
## Technicalities
|
||||||
|
|
||||||
Development on the latest version of Python is preferred. As of this
|
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.
|
myself and CentOS at work.
|
||||||
|
|
||||||
Install all development dependencies using:
|
Install all development dependencies using:
|
||||||
|
1
setup.py
1
setup.py
@ -52,6 +52,7 @@ def get_long_description() -> str:
|
|||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
"Topic :: Software Development :: Quality Assurance",
|
"Topic :: Software Development :: Quality Assurance",
|
||||||
|
Loading…
Reference in New Issue
Block a user