mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
Add Python 3.8 to PyPI/trove classifier data
3.8 is now formally supported in .travis.yml as of this commit.
This commit is contained in:
committed by
Adrien Vergé
parent
94c0416f6b
commit
e98aacf62c
1
setup.py
1
setup.py
@@ -42,6 +42,7 @@ setup(
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: Software Development',
|
||||
'Topic :: Software Development :: Debuggers',
|
||||
'Topic :: Software Development :: Quality Assurance',
|
||||
|
||||
Reference in New Issue
Block a user