Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove old py versions #373

Merged
merged 18 commits into from
Jan 12, 2022
Merged

Conversation

Mat001
Copy link
Contributor

@Mat001 Mat001 commented Jan 6, 2022

Summary

  • Old python versions for Py SDK are causing security risks and cap using more up to date library versions. This creates issues for customers.
    For example we removed Py v3.4 already because PyYaml library in Py 3.4 can only be less than v5.4 which doesn't have a necessary security patch that versions 5.4 and greater do.
    Another example is customer issue [issue link here] that required more up to date jsonschema lib version. But we could not provide that up to date version because Py 2.7 and 3.5 were capping it. See issue 370
    These are all issues related to supporting older Py versions that only work with libraries up certain version number. So we get a discrepancy between which library versions old Py and new Py support. Then we decided to remove support for older py version in order to free up support for up to date libraries.
  • We're removing Py 2, 3.5, 3.6, PyPy2. These are fairly old, none of them are officially supported in most libraries.

Test plan

Unit tests, FSC

Issues

@Mat001 Mat001 self-assigned this Jan 6, 2022
@Mat001 Mat001 requested a review from a team as a code owner January 6, 2022 23:58
Copy link
Contributor

@The-inside-man The-inside-man left a comment

Choose a reason for hiding this comment

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

Couple suggestions.

.travis.yml Outdated Show resolved Hide resolved
.travis.yml Outdated Show resolved Hide resolved
requirements/core.txt Outdated Show resolved Hide resolved
@Mat001 Mat001 changed the title Mpirnovar/remove old py versions Remove old py versions Jan 7, 2022
@Mat001 Mat001 changed the title Remove old py versions chore: remove old py versions Jan 7, 2022
Copy link
Contributor

@The-inside-man The-inside-man left a comment

Choose a reason for hiding this comment

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

LGTM!

@Mat001 Mat001 merged commit 84e0a78 into master Jan 12, 2022
@Mat001 Mat001 deleted the mpirnovar/remove_old_py_versions branch January 12, 2022 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants