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 cb7044e commit 44e90a5Copy full SHA for 44e90a5
.travis.yml
@@ -6,7 +6,7 @@ python:
6
- '3.5'
7
- '3.6'
8
- '3.7'
9
-- 3.8-dev
+- '3.8'
10
install: pip install 'tox-travis ~= 0.12.0'
11
script: tox
12
deploy:
setup.py
@@ -34,8 +34,8 @@ def read(fname):
34
'pytest>=2.8,<4.7; python_version<"3.5"',
35
'pytest>=2.8; python_version>="3.5"',
36
'mypy>=0.570,<0.700; python_version<"3.5"',
37
- 'mypy>=0.570; python_version>="3.5" and python_version<"3.8.0b1"',
38
- 'mypy>=0.701; python_version>="3.8.0b1"',
+ 'mypy>=0.570; python_version>="3.5" and python_version<"3.8"',
+ 'mypy>=0.700; python_version>="3.8"',
39
],
40
classifiers=[
41
'Development Status :: 4 - Beta',
0 commit comments