mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-21 19:18:41 +00:00
Python 3.8 3.9 support
This commit is contained in:
parent
c4adce63d8
commit
73804849be
2 changed files with 4 additions and 2 deletions
|
@ -6,8 +6,8 @@ matrix:
|
|||
- python: 3.5
|
||||
- python: 3.6
|
||||
- python: 3.7
|
||||
dist: xenial
|
||||
sudo: true
|
||||
- python: 3.8
|
||||
- python: 3.9
|
||||
- python: nightly
|
||||
- python: pypy3
|
||||
allow_failures:
|
||||
|
|
|
@ -12,6 +12,8 @@ classifiers =
|
|||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Topic :: Software Development :: Libraries
|
||||
|
||||
[options]
|
||||
|
|
Loading…
Reference in a new issue