fix: update python version and improve cross-platform paths (#6)

This commit is contained in:
2025-07-15 16:53:44 +03:00
committed by GitHub
parent 2ca1e69e35
commit e8c4f458b8
6 changed files with 35 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
## Development Workflow
- Use **Python 3.11** as defined in `.python-version`.
- Use **Python 3.13** as defined in `.python-version`.
- Install dependencies from `requirements.txt` (virtualenv recommended).
- Use **pre-commit** for linting and testing:
- `pre-commit run --files <changed files>`