Merged
Conversation
ce6fea9 to
21b64b7
Compare
Update default Python version to use to 3.10.0, as well as use latest `slim-bullseye` image instead of `slim-buster`. On top of that, install poetry, pre-commit, and tox via pipx, while still install latest pip, pipx, and virtualenv via pip. Full list of updates: - Provide `py310` image based on `python:3.10.0-slim-bullseye` - Update `py39` image to Python 3.9.7 - Update `py38` image to Python 3.8.12 - Update `py37` image to Python 3.7.12 - Update `py36` image to Python 3.6.15 - Update pip to 21.3.1 - Install pipx 0.16.4 - Update poetry to 1.1.11 - Update pre-commit to 2.15.0 - Update tox to 3.24.2 - Update virtualenv to 20.10.0 - Update versions of all system dev tools to used in Debian Bullseye
21b64b7 to
0e2fcca
Compare
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.
Update default Python version to use to 3.10.0, as well as use latest
slim-bullseyeimage instead ofslim-buster.On top of that, install poetry, pre-commit, and tox via pipx, while still install latest pip, pipx, and virtualenv via pip.
Full list of updates:
py310image based onpython:3.10.0-slim-bullseyepy39image to Python 3.9.7py38image to Python 3.8.12py37image to Python 3.7.12py36image to Python 3.6.15