Skip to content

Commit bee5672

Browse files
committed
add Python 3.7 support
1 parent c8b49bd commit bee5672

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- 3.4
88
- 3.5
99
- 3.6
10+
- 3.7
1011
- pypy
1112
- pypy3
1213
install:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Features
5858

5959
* Supports 100% of Redmine API
6060
* Supports external Redmine plugins API
61-
* Supports Python 2.6, 2.7, 3.3 - 3.6, PyPy and PyPy3
61+
* Supports Python 2.6, 2.7, 3.3 - 3.7, PyPy and PyPy3
6262
* Supports different request engines
6363
* Extendable via custom resources and custom request engines
6464
* Extensively documented

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Features
5858

5959
* Supports 100% of Redmine API
6060
* Supports external Redmine plugins API
61-
* Supports Python 2.6, 2.7, 3.3 - 3.6, PyPy and PyPy3
61+
* Supports Python 2.6, 2.7, 3.3 - 3.7, PyPy and PyPy3
6262
* Supports different request engines
6363
* Extendable via custom resources and custom request engines
6464
* Extensively documented

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def run_tests(self):
6464
'Programming Language :: Python :: 3.4',
6565
'Programming Language :: Python :: 3.5',
6666
'Programming Language :: Python :: 3.6',
67+
'Programming Language :: Python :: 3.7',
6768
'Programming Language :: Python :: Implementation :: CPython',
6869
'Programming Language :: Python :: Implementation :: PyPy'
6970
],

0 commit comments

Comments
 (0)