Skip to content

Commit d6f871b

Browse files
Update dependency python
1 parent ac0afd5 commit d6f871b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: setup Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: "3.8"
19+
python-version: "3.14"
2020
- name: install
2121
run: pip install .
2222
- name: run all checks
@@ -35,7 +35,7 @@ jobs:
3535
- name: setup Python
3636
uses: actions/setup-python@v2
3737
with:
38-
python-version: "3.8"
38+
python-version: "3.14"
3939
- name: install
4040
run: pip install .[dev]
4141
- name: get changelog entry

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-alpine
1+
FROM python:3.14-alpine
22
LABEL org.opencontainers.image.source https://github.com/brennerm/aws-quota-checker
33
WORKDIR /app
44
ADD setup.py /app

0 commit comments

Comments
 (0)