Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f65a90a

Browse filesBrowse files
authored
add Python 3.8 support (selwin#98)
1 parent 8a669e3 commit f65a90a
Copy full SHA for f65a90a

File tree

Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.5"
88
- "3.6"
99
- "3.7"
10+
- "3.8"
1011
install:
1112
- "python setup.py install"
1213
- "pip install -U pip"

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@
2525
'Programming Language :: Python :: 2',
2626
'Programming Language :: Python :: 2.7',
2727
'Programming Language :: Python :: 3',
28-
'Programming Language :: Python :: 3.3',
2928
'Programming Language :: Python :: 3.4',
29+
'Programming Language :: Python :: 3.5',
30+
'Programming Language :: Python :: 3.6',
31+
'Programming Language :: Python :: 3.7',
32+
'Programming Language :: Python :: 3.8',
3033
'Topic :: Internet :: WWW/HTTP',
3134
'Topic :: Software Development :: Libraries :: Python Modules',
3235
]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.