Skip to content

pull out python 3.7 support#165

Merged
robfitzgerald merged 1 commit intomainfrom
ndr/remove-python-3.7-support
Apr 24, 2023
Merged

pull out python 3.7 support#165
robfitzgerald merged 1 commit intomainfrom
ndr/remove-python-3.7-support

Conversation

@nreinicke
Copy link
Copy Markdown
Collaborator

In May of 2020, we added python 3.7 support since several of the reinforcement learning algorithms we were using did not yet support anything above 3.7. Since then the libraries like RLlib has been updated to support later versions of python. I think it makes sense to drop this now, opening us up to use 3.8 and up specific features.

@nreinicke nreinicke force-pushed the ndr/remove-python-3.7-support branch from c67b983 to 2c09862 Compare April 24, 2023 15:38
@jhoshiko
Copy link
Copy Markdown
Collaborator

Nice, sounds good to me!

@nreinicke
Copy link
Copy Markdown
Collaborator Author

Not quite sure how to get rid of the stubborn expected 3.7 test since that shouldn't be required anymore:

image

@nreinicke
Copy link
Copy Markdown
Collaborator Author

thanks to @erik-hasse for pointing out that 3.7 was a required test in the branch protection rules so just had to pull that out!

@robfitzgerald robfitzgerald merged commit b0c90ba into main Apr 24, 2023
@robfitzgerald robfitzgerald deleted the ndr/remove-python-3.7-support branch April 24, 2023 16:01
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.

3 participants