Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit bd48224

Browse files
committed
Add support for Python 3.7
1 parent 4b111c8 commit bd48224

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ matrix:
2121
- python-requests
2222
- python-coverage
2323
- python-mock
24+
- python: 3.7
25+
dist: xenial
2426

2527
install:
2628
- pip install -r tests/requirements.txt

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77
"Environment :: Plugins",
88
"Intended Audience :: Developers",
99
"Programming Language :: Python",
10+
"Programming Language :: Python :: 2",
1011
"Programming Language :: Python :: 2.7",
1112
"Programming Language :: Python :: 3",
1213
"Programming Language :: Python :: 3.4",
14+
"Programming Language :: Python :: 3.5",
15+
"Programming Language :: Python :: 3.6",
16+
"Programming Language :: Python :: 3.7",
1317
"Programming Language :: Python :: Implementation :: PyPy",
1418
"License :: OSI Approved :: Apache Software License",
1519
"Topic :: Software Development :: Testing"]

0 commit comments

Comments
 (0)