Skip to content

Commit

Permalink
BOM-1588 : Python 3.8 compatibility (#171) (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Zulqarnain committed May 7, 2020
1 parent 2c7c4f8 commit 446e979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def load_requirements(*requirements_paths):

setup(
name='xblock-sdk',
version='0.1.8',
version='0.1.9',
description='XBlock SDK',
packages=[
'sample_xblocks',
Expand Down

2 comments on commit 446e979

@HackinwaleDev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

The README file says

This code runs on Python 2.7

but I can see this commit saying Python 3.8 compatibility. Does that mean "This code now runs on Python 2.7 through 3.8"? If YES is your answer kindly update the README file to give an accurate guide.

BTW, I am new to X-Blocks and want to start on a good ground.

Thanks.

@mzulqarnain1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HackinwaleDev Thanks for pointing it out. I am updating the README file.

Please sign in to comment.