Skip to content

Commit 81fd844

Browse files
chore: 7.0.0 Release (#112)
Update default image to use Python 3.12.1 **bookworm** image. As well as deprecate `py37` flavour, bye, bye, ole sport! - **BREAKING CHANGE:** Use Python 3.12.1 as base image - **BREAKING CHANGE:** Use **bookworm** Debian **for all active flavours** instead of _bullseye_ - **BREAKING CHANGE:** Discount `py37` flavour - Update `py311` image to Python 3.11.7 - Update `py310` image to Python 3.10.13 - Update `py39` image to Python 3.9.18 - Update `py38` image to Python 3.8.18 - Update pip to 23.3.2 - Update pipx to 1.4.3 - **POSSIBLE BREAKING CHANGE:** Update poetry to 1.7.1 - Update tox to 4.12.1 - Update virtualenv to 20.25.0
1 parent b553c84 commit 81fd844

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+
# 7.0.0 (2024-02-02)
2+
3+
Update default image to use Python 3.12.1 **bookworm** image.
4+
5+
As well as deprecate `py37` flavour, bye, bye, ole sport!
6+
7+
- **BREAKING CHANGE:** Use Python 3.12.1 as base image
8+
- **BREAKING CHANGE:** Use **bookworm** Debian **for all active flavours** instead of _bullseye_
9+
- **BREAKING CHANGE:** Discount `py37` flavour
10+
- Update `py311` image to Python 3.11.7
11+
- Update `py310` image to Python 3.10.13
12+
- Update `py39` image to Python 3.9.18
13+
- Update `py38` image to Python 3.8.18
14+
- Update pip to 23.3.2
15+
- Update pipx to 1.4.3
16+
- **POSSIBLE BREAKING CHANGE:** Update poetry to 1.7.1
17+
- Update tox to 4.12.1
18+
- Update virtualenv to 20.25.0
19+
120
# 6.2.0 (2023-01-09)
221

322
- Update `py311` image to Python 3.11.1

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:6.2.0
11+
FROM playpauseandstop/docker-python:7.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+
#### 7.0.0
40+
41+
- `py312` -> `python:3.12.1-slim-bookworm`
42+
- `py311` -> `python:3.11.7-slim-bookworm`
43+
- `py310` -> `python:3.10.13-slim-bookworm`
44+
- `py39` -> `python:3.9.18-slim-bookworm`
45+
- `py38` -> `python:3.8.18-slim-bookworm`
46+
3947
#### 6.2.0
4048

4149
- `py311` -> `python:3.11.1-slim-bullseye`

0 commit comments

Comments
 (0)