chaoss / augur

Python library and web service for Open Source Software Health and Sustainability metrics & data collection. You can find our documentation and new contributor information easily here: https://oss-augur.readthedocs.io/en/main/ and learn more about Augur at our website https://augurlabs.io
https://oss-augur.readthedocs.io/en/main/
MIT License
579 stars 846 forks source link

Inconsistent Python version constraints in documentation #2768

Open mhauru opened 2 months ago

mhauru commented 2 months ago

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.

https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/docs/source/getting-started/installation.rst?plain=1#L28 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/docs/source/getting-started/installation.rst?plain=1#L24 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/README.md?plain=1#L40 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/setup.py#L33 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/augur/tasks/git/util/facade_worker/setup.py#L45 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/augur/tasks/data_analysis/pull_request_analysis_worker/setup.py#L44 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/augur/tasks/data_analysis/contributor_breadth_worker/setup.py#L42 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/augur/tasks/data_analysis/discourse_analysis/setup.py#L50 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/augur/tasks/data_analysis/clustering_worker/setup.py#L43 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/augur/tasks/data_analysis/message_insights/setup.py#L55 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/augur/tasks/data_analysis/insight_worker/setup.py#L46 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/augur/tasks/git/util/facade_worker/setup.py#L45 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/scripts/install/checks.sh#L43 https://github.com/chaoss/augur/blob/a786ac5a506ffac31931f40c2a58056b7c1f073c/docs/source/development-guide/make/testing.rst?plain=1#L52