Skip to content

Commit 8219fc2

Browse files
authored
removed python 3.5 classifier (#29)
1 parent 9fbfb5a commit 8219fc2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ deploy:
1414
distributions: sdist bdist_wheel
1515
on:
1616
tags: true
17-
python: 3.5
17+
python: 3.8

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def package_data(pkg, root_list):
4747

4848
setup(
4949
name='recommender-xblock',
50-
version='2.0.0',
50+
version='2.0.1',
5151
description='recommender XBlock', # TODO: write a better description.
5252
long_description=README,
5353
author='edX',
@@ -73,7 +73,6 @@ def package_data(pkg, root_list):
7373
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
7474
"Natural Language :: English",
7575
"Programming Language :: Python :: 3",
76-
'Programming Language :: Python :: 3.5',
7776
'Programming Language :: Python :: 3.8',
7877
],
7978
)

0 commit comments

Comments
 (0)