Complete TD-001 and TD-002: Upgrade to Python 3.11+ and OSMnx 2.0.6#9
Merged
PhilipMathieu merged 2 commits intomainfrom Nov 20, 2025
Merged
Complete TD-001 and TD-002: Upgrade to Python 3.11+ and OSMnx 2.0.6#9PhilipMathieu merged 2 commits intomainfrom
PhilipMathieu merged 2 commits intomainfrom
Conversation
- TD-001: Python 3.10 Version Lock * Updated requires-python to >=3.11 in pyproject.toml * Updated tool configs (Black, Ruff, mypy) for Python 3.11+ * Updated .python-version to 3.11 * Updated CI/CD workflows to use Python 3.11 * Tested compatibility - all dependencies support Python 3.11+ - TD-002: Outdated OSMnx Version * Updated OSMnx from 1.3.0 to >=2.0.0 (latest: 2.0.6) * Verified API compatibility - all functions work correctly * No code changes required - backward compatible API * Tested imports and function availability All changes tested and validated.
- Validates Python version (3.11+) - Validates OSMnx version (2.0+) - Tests all key imports and API functions - Includes timeout protection for long operations - Generates validation log file
📦 PR Preview BuiltThe site has been built and is available as a downloadable artifact in this workflow run. To preview locally:
Or wait for this PR to be merged to see it live on GitHub Pages. |
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
This PR completes two technical debt items from the backlog:
TD-001: Python 3.10 Version Lock ✅
requires-pythonto>=3.11inpyproject.toml.python-versionto 3.11TD-002: Outdated OSMnx Version ✅
1.3.0to>=2.0.0(latest: 2.0.6)Validation
Changes
pyproject.toml- Python 3.11+ and OSMnx 2.0.6.python-version- Updated to 3.11.github/workflows/code-quality.yml- Python 3.11.github/workflows/security.yml- Python 3.11BACKLOG.md- Marked TD-001 and TD-002 as completedvalidate_upgrade.py- New validation scriptTesting
Run the validation script:
All tests pass successfully.