Skip to content

Commit 96b636e

Browse files
committed
Drop support for Python 3.8 .
1 parent 10b3612 commit 96b636e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# Available Python versions:
1313
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
14-
python: ['3.8', '3.10', '3.12']
14+
python: ['3.10', '3.12', '3.13']
1515
name: python ${{ matrix.python }}
1616
steps:
1717
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Pin workflows ubuntu to 24.04
1515
- Upgrade release-action to 1.1.0
1616

17+
### Removed
18+
- Drop support for Python 3.8
19+
1720
## 1.0.0 - 2024-07-17
1821
### Changed
1922
- Modify CI test to run make ci with command-docker-action

0 commit comments

Comments
 (0)