Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
poetry
test of oldest supported python version to 3.8 (depen…
…dabot#7691) This test ensures that the installed version of `poetry` works as expected with the oldest version of python currently supported by Dependabot. It (hopefully) prevents us from installing newer poetry versions that don't have support for older python versions. In just a couple of weeks we will be deprecating Python 3.6/3.7... So 3.8 will become the oldest version of Python supported by Dependabot. So update the test accordingly. To update I ran the following commands: ```shell bin/docker-dev-shell python pyenv install 3.8.17 # matches the version available to be installed from the `python/Dockerfile` PYENV_VERSION=3.8.17 pyenv exec pip install --upgrade pip PYENV_VERSION=3.8.17 pyenv exec pip install poetry PYENV_VERSION=3.8.17 pyenv exec poetry lock --no-update ```
- Loading branch information