fix: align tooling config and docs with requires-python >=3.11#535
Open
emmcygn wants to merge 1 commit intoxoolive:masterfrom
Open
fix: align tooling config and docs with requires-python >=3.11#535emmcygn wants to merge 1 commit intoxoolive:masterfrom
emmcygn wants to merge 1 commit intoxoolive:masterfrom
Conversation
Owner
|
Thank you @emmcygn but honestly, I am working a big update/upgrade (probably leading to major traffic version) where these changes will become irrelevant. |
Author
|
Thanks, @xoolive excited to see it! Was just hoping to open a first PR as I'd love to contribute more over time to this project. Keen to learn about which areas would be especially appreciated to be supported with contributions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
requires-pythonis set to>=3.11, but several tooling configs and documentation pages still reference Python 3.9 or 3.10. This PR bringseverything into alignment.
Tooling config (
pyproject.toml)[tool.ruff] target-version"py310""py311"[tool.mypy] python_version"3.10""3.11"Python :: 3.10Documentation — Python version references
docs/installation.rst: conda example usedpython=3.10and noted>=3.9— updated to3.11and>=3.11docs/troubleshooting/installation.rst: conda example usedpython=3.9— updated to3.11Documentation — broken links
Several pages linked to
opensky_impala.htmloropensky_usage.html, which no longer exist. Updated to point todata_sources/opensky_db.html:docs/gallery/heatmaps.rstdocs/gallery/covid19.rst(also removed a dead external link totraffic-viz.github.io/opensky_impala.html)docs/paper/sectflow.rstdocs/paper/atc_detect.rstVerification
ruff checkpasses with the newpy311targetruff format --checkpasses