pyenv install 3.13.5 pyenv global 3.13.5 python --version # Deve exibir Python 3.13.5 biblioteca_api/ ├── manage.py ├── config/ │ ├── settings.py │ ├── urls.py │ ├── asgi.py │ └── wsgi.py └── core ...