mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-23 11:09:56 +00:00
a2c25247d9
- Drop support for tornado<6 - Drop support for Python<3.9 - Add support for Python 3.10, 3.11, 3.12, and 3.13
6 lines
89 B
YAML
6 lines
89 B
YAML
language: python
|
|
python:
|
|
- "3.8"
|
|
- "3.9"
|
|
install: pip install tox-travis
|
|
script: tox
|