Skip to content

Commit 158f325

Browse files
Drop support for Python 3.8
Fixes #243
1 parent 1f77bb6 commit 158f325

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1515
fail-fast: False
1616

1717
steps:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

99
### Removed
1010
- Dropped support for Python 3.7 (#242)
11+
- Dropped support for Python 3.8
1112

1213

1314
## [2.13.1] - 2024-05-28

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description = "Simplify use of Docker containers for building software"
2222
keywords = ["docker"]
2323
license = {file = "LICENSE.txt"}
2424
readme = "README.md"
25-
requires-python = ">=3.8"
25+
requires-python = ">=3.9"
2626

2727
[project.optional-dependencies]
2828
argcomplete = ["argcomplete>=1.10.1"]

0 commit comments

Comments
 (0)