File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
- " 3.3"
10
10
- " 3.4"
11
11
- " 3.5"
12
+ - " 3.6"
12
13
13
14
before_install : pip install --quiet -r requirements.txt
14
15
Original file line number Diff line number Diff line change 2
2
Installation
3
3
============
4
4
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 .
7
7
8
8
Use `pip <https://pypi.python.org/pypi >`_::
9
9
Original file line number Diff line number Diff line change 32
32
'Programming Language :: Python :: 3.3' ,
33
33
'Programming Language :: Python :: 3.4' ,
34
34
'Programming Language :: Python :: 3.5' ,
35
+ 'Programming Language :: Python :: 3.6' ,
35
36
'Topic :: Communications' ,
36
37
'Topic :: Internet' ,
37
38
'Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments