Commit 96a97efe authored by Aliaksei Urbanski's avatar Aliaksei Urbanski Committed by Francesco Poldi

Declare support for Python 3.8 (#551)

Python 3.8 is released, so I believe that
it would be nice to declare support for it.

Python 3.8.0 release announcement:
https://discuss.python.org/t/python-3-8-0-is-now-available/2478
parent 0e29926e
......@@ -3,11 +3,10 @@ language: python
python:
- "3.6"
- "3.7"
- "3.8-dev"
- "3.8"
- "nightly"
matrix:
allow_failures:
- python: "3.8-dev"
- python: "nightly"
install:
- pip install -r requirements.txt
......
......@@ -57,5 +57,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
],
)
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