mirror of
https://github.com/correl/openapi-core.git
synced 2024-12-28 19:19:23 +00:00
Merge pull request #87 from p1c2u/feature/python37-support
Python 3.7 support
This commit is contained in:
commit
e177df64fa
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,9 @@ matrix:
|
|||
- python: 3.4
|
||||
- python: 3.5
|
||||
- python: 3.6
|
||||
- python: 3.7
|
||||
dist: xenial
|
||||
sudo: true
|
||||
- python: nightly
|
||||
- python: pypy3
|
||||
allow_failures:
|
||||
|
|
1
setup.py
1
setup.py
|
@ -77,6 +77,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Topic :: Software Development :: Libraries',
|
||||
],
|
||||
install_requires=install_requires(),
|
||||
|
|
Loading…
Reference in a new issue