Skip to content

Commit f5648fc

Browse files
authored
Bump Python to 3.14 (#86)
* Bump Python to 3.14 Signed-off-by: Vincent A. Cicirello <cicirello@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Vincent A. Cicirello <cicirello@users.noreply.github.com> * Update build.yml Signed-off-by: Vincent A. Cicirello <cicirello@users.noreply.github.com> --------- Signed-off-by: Vincent A. Cicirello <cicirello@users.noreply.github.com>
1 parent 8176843 commit f5648fc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v6
2020
with:
21-
python-version: '3.12'
21+
python-version: '3.14'
2222

2323
- name: Run Python unit tests
2424
run: python3 -u -m unittest tests/tests.py

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
### CI/CD
2020

2121
### Dependencies
22-
* Bump `cicirello/pyaction` to `3.13.7-gh-2.81.0`
22+
* Bump Python to 3.14
23+
* Bump `cicirello/pyaction` to `3.14.0-gh-2.81.0`
2324

2425

2526
## [1.0.8] - 2025-07-15

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.cicirello.org/
33
# Licensed under the MIT License.
44

5-
FROM ghcr.io/cicirello/pyaction:3.13.7-gh-2.81.0
5+
FROM ghcr.io/cicirello/pyaction:3.14.0-gh-2.81.0
66

77
COPY ActionUserCounter.py /ActionUserCounter.py
88
ENTRYPOINT ["/ActionUserCounter.py"]

0 commit comments

Comments
 (0)