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

Upgrade minimum Python version to 3.8 #1904

Merged
merged 8 commits into from
Mar 10, 2023
Merged

Conversation

saulfield
Copy link
Contributor

This PR bumps the minimum supported Python version to 3.8. This has been planned for some time, but was made necessary during the Argoverse 2 integration which requires >=3.8.

Some package version changes were needed:

Note also that an issue with notebooks popped up: #1902. We have decided to ignore the test for now to unblock the Argoverse integration, but this should be investigated.

@Gamenot
Copy link
Collaborator

Gamenot commented Mar 10, 2023

Please add a changelog entry.

sudo apt-get install $1 software-properties-common
sudo add-apt-repository $1 ppa:deadsnakes/ppa
sudo apt-get install $1 python3.7 python3.7-tk python3.7-venv
sudo apt-get install $1 python3.8 python3.8-tk python3.8-venv
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you know why we need python Tkinter? It is not in most other requirements.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure. It seems it's been there for a while.

@Gamenot
Copy link
Collaborator

Gamenot commented Mar 10, 2023

Eventually, we will be upgrading ray anyway. The benchmark currently requires "ray<=2.2.0,>2.0" separate from the main requirements.

@Gamenot
Copy link
Collaborator

Gamenot commented Mar 10, 2023

Is there anything blocking this?

@saulfield saulfield merged commit 74e6f7d into master Mar 10, 2023
@saulfield saulfield deleted the saul/python-version-upgrade branch March 10, 2023 22:00
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