mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-22 07:36:25 -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:
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',
|
||||
|
Loading…
Reference in New Issue
Block a user