Commit 401c17a2 authored by Aliaksei Urbanski's avatar Aliaksei Urbanski Committed by Francesco Poldi

Declare support for Python 3.7 (#515)

I believe it would be nice to see support for
modern and upcoming versions of Python.
parent eb38424d
dist: bionic
language: python language: python
python: python:
- 3.6 - "3.6"
os: linux - "3.7"
- "3.8-dev"
- "nightly"
matrix:
allow_failures:
- python: "3.8-dev"
- python: "nightly"
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
script: script:
......
...@@ -55,6 +55,7 @@ setup( ...@@ -55,6 +55,7 @@ setup(
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6' 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
], ],
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment