Skip to content

Commit 11a278a

Browse files
committed
add Python 3.6 support
1 parent a7a81f0 commit 11a278a

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- 3.3
77
- 3.4
88
- 3.5
9+
- 3.6
910
- pypy
1011
- pypy3
1112
install:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Features
5353
--------
5454

5555
* Supports 100% of Redmine API features
56-
* Supports Python 2.6, 2.7, 3.3 - 3.5, PyPy and PyPy3
56+
* Supports Python 2.6, 2.7, 3.3 - 3.6, PyPy and PyPy3
5757
* Extensively documented
5858
* Provides ORM-style Pythonic API
5959

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Features
5353
--------
5454

5555
* Supports 100% of Redmine API features
56-
* Supports Python 2.6, 2.7, 3.3 - 3.5, PyPy and PyPy3
56+
* Supports Python 2.6, 2.7, 3.3 - 3.6, PyPy and PyPy3
5757
* Extensively documented
5858
* Provides ORM-style Pythonic API
5959

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def run_tests(self):
5959
'Programming Language :: Python :: 3.3',
6060
'Programming Language :: Python :: 3.4',
6161
'Programming Language :: Python :: 3.5',
62+
'Programming Language :: Python :: 3.6',
6263
'Programming Language :: Python :: Implementation :: CPython',
6364
'Programming Language :: Python :: Implementation :: PyPy'
6465
],

0 commit comments

Comments
 (0)