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

Inconsistent Python version constraints in documentation #2768

Open
mhauru opened this issue Apr 24, 2024 · 0 comments
Open

Inconsistent Python version constraints in documentation #2768

mhauru opened this issue Apr 24, 2024 · 0 comments

Comments

@mhauru
Copy link
Contributor

mhauru commented Apr 24, 2024

It seems that Python 3.10 is currently the highest Python version supported. However, there are a few places in the documentation that still say 3.8 or 3.9 is the highest. Not sure if the lower version bounds are more up to date, some places say 3.6, others 3.8, but not sure what the right one is. Here's a list of places where I saw this. I might have missed some, so might be worth a grep.

**Python 3.9 is not yet supported because TensorFlow, which we use in our machine learning workers, does not yet support Python 3.9.**

- `Python 3.6 - 3.8 <https://www.python.org/downloads/>`__

Augur supports Python3.6 through Python3.9 on all platforms. Python3.10 and above do not yet work because of machine learning worker dependencies. On OSX, you can create a Python 3.9 environment this way: `python3.9 -m venv path/to/venv`.

augur/setup.py

Line 33 in a786ac5

"Programming Language :: Python :: 3.8",

'Programming Language :: Python :: 3.7',

'Programming Language :: Python :: 3.7',

'Programming Language :: Python :: 3.7',

'Programming Language :: Python :: 3.7',

'Programming Language :: Python :: 3.7',

'Programming Language :: Python :: 3.7',

'Programming Language :: Python :: 3.7',

'Programming Language :: Python :: 3.7',

echo "Please install Python 3.6 or higher to either python or python3."

The above command runs all tests under all currently supported versions of **Python 3.6 and above**.

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

1 participant