Skip to content

Commit

Permalink
Merge pull request #62 from tobinus/support-python-3.6-#58
Browse files Browse the repository at this point in the history
Support python 3.6 #58
  • Loading branch information
tobinus authored May 10, 2017
2 parents 5d7899c + bcd464d commit 23585fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"

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

Expand Down
4 changes: 2 additions & 2 deletions doc/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Installation
============

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

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

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Communications',
'Topic :: Internet',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit 23585fd

Please sign in to comment.