diff --git a/.travis.yml b/.travis.yml index 30e23443d918..fb9999ceb2d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,8 @@ jobs: python: 3.6 # 3.6.3 pip 9.0.1 - name: "run test suite with python 3.7" python: 3.7 # 3.7.0 pip 10.0.1 - - name: "run test suite with python 3.8-dev" - python: 3.8-dev + - name: "run test suite with python 3.8" + python: 3.8 - name: "run mypyc runtime tests with python 3.6 debug build" language: generic env: diff --git a/setup.py b/setup.py index 082aa50644bb..bcb6d2a0119e 100644 --- a/setup.py +++ b/setup.py @@ -163,6 +163,7 @@ def run(self): 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Software Development', ]