Skip to content

Commit 23585fd

Browse files
authored
Merge pull request #62 from tobinus/support-python-3.6-#58
Support python 3.6 #58
2 parents 5d7899c + bcd464d commit 23585fd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ python:
99
- "3.3"
1010
- "3.4"
1111
- "3.5"
12+
- "3.6"
1213

1314
before_install: pip install --quiet -r requirements.txt
1415

doc/user/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Installation
33
============
44

5-
PodGen can be used on any system (if not: file a bug report!), and supports
6-
Python 2.7 and 3.3, 3.4 and 3.5.
5+
PodGen can be used on any system (if not: file a bug report!), and officially supports
6+
Python 2.7 and 3.3, 3.4, 3.5 and 3.6.
77

88
Use `pip <https://pypi.python.org/pypi>`_::
99

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'Programming Language :: Python :: 3.3',
3333
'Programming Language :: Python :: 3.4',
3434
'Programming Language :: Python :: 3.5',
35+
'Programming Language :: Python :: 3.6',
3536
'Topic :: Communications',
3637
'Topic :: Internet',
3738
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)