Skip to content

Commit c892f82

Browse files
chore: 6.0.0 Release (#67)
Update default image to use Python 3.11.0rc2, which hopefully allows image users better prepare to stable 3.11.0 release. As well as deprecate `py36` flavour altogether, good bye, old friend! It was a great ride! - **BREAKING CHANGE:** Use Python 3.11.0rc2 as base image - **BREAKING CHANGE:** Discount `py36` flavour - **BREAKING CHANGE:** Update poetry to 1.2.1 - Update `py310` image to 3.10.7 - Update `py39` image to 3.9.14 - Update `py38` image to 3.8.14 - Update `py37` image to 3.7.14 - Update pip to 22.2.2 - Update pipx to 1.1.0 - Update pre-commit to 2.20.0 - Update tox to 3.26.0 - Update virtualenv to 20.16.5
1 parent d59be1e commit c892f82

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 6.0.0 (2022-09-17)
2+
3+
Update default image to use Python 3.11.0rc2, which hopefully allows image users better prepare to stable 3.11.0 release.
4+
5+
As well as deprecate `py36` flavour altogether, good bye, old friend! It was a great ride!
6+
7+
- **BREAKING CHANGE:** Use Python 3.11.0rc2 as base image
8+
- **BREAKING CHANGE:** Discount `py36` flavour
9+
- **BREAKING CHANGE:** Update poetry to 1.2.1
10+
- Update `py310` image to 3.10.7
11+
- Update `py39` image to 3.9.14
12+
- Update `py38` image to 3.8.14
13+
- Update `py37` image to 3.7.14
14+
- Update pip to 22.2.2
15+
- Update pipx to 1.1.0
16+
- Update pre-commit to 2.20.0
17+
- Update tox to 3.26.0
18+
- Update virtualenv to 20.16.5
19+
120
# 5.3.0 (2022-05-12)
221

322
- Update `py310` image to Python 3.10.4

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add poetry, pre-commit and tox installed via pipx as well as other system dev to
88
## Usage
99

1010
```dockerfile
11-
FROM playpauseandstop/docker-python:5.3.0
11+
FROM playpauseandstop/docker-python:6.0.0
1212
```
1313

1414
### Included dev-tools
@@ -36,6 +36,14 @@ By default, `docker-python` image uses latest stable Python version. But some ot
3636

3737
List of supported Python versions are (`<PY_VERSION>` -> base Docker image)
3838

39+
#### 6.0.0
40+
41+
- `py311` -> `python:3.11.0rc2-slim-bullseye`
42+
- `py310` -> `python:3.10.7-slim-bullseye`
43+
- `py39` -> `python:3.9.14-slim-bullseye`
44+
- `py38` -> `python:3.8.14-slim-bullseye`
45+
- `py37` -> `python:3.7.14-slim-bullseye`
46+
3947
#### 5.3.0
4048

4149
- `py310` -> `python:3.10.4-slim-bullseye`

0 commit comments

Comments
 (0)