Skip to content

Commit

Permalink
removed python 3.5 classifier (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 authored Jun 5, 2021
1 parent 9fbfb5a commit 8219fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ deploy:
distributions: sdist bdist_wheel
on:
tags: true
python: 3.5
python: 3.8
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def package_data(pkg, root_list):

setup(
name='recommender-xblock',
version='2.0.0',
version='2.0.1',
description='recommender XBlock', # TODO: write a better description.
long_description=README,
author='edX',
Expand All @@ -73,7 +73,6 @@ def package_data(pkg, root_list):
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Natural Language :: English",
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.8',
],
)

0 comments on commit 8219fc2

Please sign in to comment.