Skip to content

Commit 51c8d39

Browse files
authored
Add explicit support for Python 3.7 and 3.8
1 parent e881fc1 commit 51c8d39

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ python:
55
- "3.4"
66
- "3.5"
77
- "3.6"
8+
- "3.7"
9+
- "3.8"
810
- "nightly"
911
- "pypy"
1012

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"mock",
2323
"pytest>=3.0.0",
2424
"pytest-cov",
25-
"pytest-mock",
25+
"pytest-mock<3.0.0",
2626
"pytz",
2727
"coverage<5.0.0"
2828
]
@@ -53,6 +53,8 @@
5353
"Programming Language :: Python :: 3.4",
5454
"Programming Language :: Python :: 3.5",
5555
"Programming Language :: Python :: 3.6",
56+
"Programming Language :: Python :: 3.7",
57+
"Programming Language :: Python :: 3.8",
5658
"Programming Language :: Python :: Implementation :: CPython",
5759
"Programming Language :: Python :: Implementation :: PyPy",
5860
],

0 commit comments

Comments
 (0)