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

Which Python versions this package supports? Only Python 3.7? #265

Open
rfilgueiras opened this issue Jan 27, 2023 · 4 comments
Open

Which Python versions this package supports? Only Python 3.7? #265

rfilgueiras opened this issue Jan 27, 2023 · 4 comments

Comments

@rfilgueiras
Copy link

rfilgueiras commented Jan 27, 2023

Python 3.7 is approaching its EOL in 5 months.

Are there plans or blockers to bump the supported Python version from 3.7 (if it's the only one now supported) to 3.8, 3.9, 3.10, or 3.11?

Which would be the desired process to confirm it can be used with a specific Python version?

@rfilgueiras rfilgueiras changed the title Which Python versions this package support? Which Python versions this package supports? Only Python 3.7? Jan 27, 2023
@gahdritz
Copy link
Collaborator

As far as I know, OF is compatible with newer versions of Python. Did you run into any issues using them?

@rfilgueiras
Copy link
Author

Thank you @gahdritz for your answer.

I did not start using it, I just checked the project environment.yaml and setup.py files and found out they only mention Python 3.7.

Which version are you actually using? Are you also upgrading the dependencies mentioned in the environment.yaml file?

I was looking for a clear definition of what is support or not but If I understood correctly this is still a grey area.

@gahdritz
Copy link
Collaborator

Yeah you're right I've been a bit sloppy with versioning. I'm personally still using 3.7 for OF inference, but I've also used newer versions and not run into any issues. I'll double check that everything still works and bump up the Python version in the environment file.

@vaclavhanzl
Copy link
Contributor

As 3.7 started to fail in Docker build, I proposed to use 3.9 in #309. Also, 3.9 is what Google Colab uses now and we have to adhere to it in our Colab notebook.

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

No branches or pull requests

3 participants