8000 Merge pull request #144 from edmorley/indicate-python3-support · core-api/python-client@e0eca9d · GitHub
[go: up one dir, main page]

Skip to content 8000
This repository was archived by the owner on Mar 18, 2019. It is now read-only.

Commit e0eca9d

Browse files
authored
Merge pull request #144 from edmorley/indicate-python3-support
Clarify Python 3 support
2 parents 24d59f4 + 64fd5f1 commit e0eca9d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ python:
55
- "2.7"
66
- "3.3"
77
- "3.4"
8+
- "3.5"
9+
- "3.6"
810

911
install:
1012
- pip install -r requirements.txt

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ def get_package_data(package):
8686
'License :: OSI Approved :: BSD License',
8787
'Operating System :: OS Independent',
8888
'Programming Language :: Python',
89+
'Programming Language :: Python :: 2',
90+
'Programming Language :: Python :: 2.7',
91+
'Programming Language :: Python :: 3',
92+
'Programming Language :: Python :: 3.3',
93+
'Programming Language :: Python :: 3.4',
94+
'Programming Language :: Python :: 3.5',
95+
'Programming Language :: Python :: 3.6',
8996
'Topic :: Internet :: WWW/HTTP',
9097
]
9198
)

0 commit comments

Comments
 (0)
0