Skip to content

Commit 44e90a5

Browse files
committed
Replace Python 3.8b/-dev with regular 3.8
1 parent cb7044e commit 44e90a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- '3.5'
77
- '3.6'
88
- '3.7'
9-
- 3.8-dev
9+
- '3.8'
1010
install: pip install 'tox-travis ~= 0.12.0'
1111
script: tox
1212
deploy:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def read(fname):
3434
'pytest>=2.8,<4.7; python_version<"3.5"',
3535
'pytest>=2.8; python_version>="3.5"',
3636
'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"',
37+
'mypy>=0.570; python_version>="3.5" and python_version<"3.8"',
38+
'mypy>=0.700; python_version>="3.8"',
3939
],
4040
classifiers=[
4141
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)