We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b2b19 commit e99a2b5Copy full SHA for e99a2b5
.travis.yml
@@ -31,8 +31,8 @@ jobs:
31
python: 3.6 # 3.6.3 pip 9.0.1
32
- name: "run test suite with python 3.7"
33
python: 3.7 # 3.7.0 pip 10.0.1
34
- - name: "run test suite with python 3.8-dev"
35
- python: 3.8-dev
+ - name: "run test suite with python 3.8"
+ python: 3.8
36
- name: "run mypyc runtime tests with python 3.6 debug build"
37
language: generic
38
env:
setup.py
@@ -163,6 +163,7 @@ def run(self):
163
'Programming Language :: Python :: 3.5',
164
'Programming Language :: Python :: 3.6',
165
'Programming Language :: Python :: 3.7',
166
+ 'Programming Language :: Python :: 3.8',
167
'Topic :: Software Development',
168
]
169
0 commit comments