We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b3612 commit 96b636eCopy full SHA for 96b636e
.github/workflows/ci-workflow.yaml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
# Available Python versions:
13
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
14
- python: ['3.8', '3.10', '3.12']
+ python: ['3.10', '3.12', '3.13']
15
name: python ${{ matrix.python }}
16
steps:
17
- uses: actions/checkout@v4
CHANGELOG.md
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Pin workflows ubuntu to 24.04
- Upgrade release-action to 1.1.0
+### Removed
18
+- Drop support for Python 3.8
19
+
20
## 1.0.0 - 2024-07-17
21
### Changed
22
- Modify CI test to run make ci with command-docker-action
0 commit comments