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

Add Python 3.7 support #160

Merged
merged 2 commits into from
Jan 27, 2022

Conversation

deadlycoconuts
Copy link
Contributor

@deadlycoconuts deadlycoconuts commented Jan 25, 2022

Context

Turing SDK currently supports Python 3.8 and above. In order to accommodate a larger variety of plugins/packages/libraries/etc., we're expanding support of Turing SDK to Python 3.7 and above.

Fixes

  • sdk/turing/batch/config/config.py - add checks to ensure that env used to initialise a EnsemblerInfraConfig is an empty list if env_vars is returned as None

Modifications

  • sdk/setup.py - replace Python requirement from >=3.8 to a more general >=3.7

@deadlycoconuts deadlycoconuts marked this pull request as ready for review January 26, 2022 05:47
@deadlycoconuts deadlycoconuts requested a review from a team January 26, 2022 05:57
@deadlycoconuts deadlycoconuts merged commit f1fa940 into caraml-dev:main Jan 27, 2022
@deadlycoconuts deadlycoconuts deleted the add_support_python_3.7 branch January 27, 2022 08:52
@deadlycoconuts deadlycoconuts self-assigned this Mar 15, 2022
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