Relaxed python version requirements

This commit is contained in:
Alishahryar1
2026-03-01 22:00:34 -08:00
parent 2e8b22fa9d
commit aaa62a2bd7
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
## CODING ENVIRONMENT
- Install astral uv using "curl -LsSf https://astral.sh/uv/install.sh | sh" if not already installed
- Install Python 3.14.3 using `uv python install 3.14.3` if not already installed
- Install Python 3.14 using `uv python install 3.14` if not already installed
- Always use `uv run` to run files instead of the global `python` command.
- Current uv ruff formatter is set to py314 which has supports multiple exception types without paranthesis (except TypeError, ValueError:)
- Read `.env.example` for environment variables.