Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: setup Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.14"
- name: install
run: pip install .
- name: run all checks
Expand All @@ -35,7 +35,7 @@ jobs:
- name: setup Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.14"
- name: install
run: pip install .[dev]
- name: get changelog entry
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.14-alpine
LABEL org.opencontainers.image.source https://github.com/brennerm/aws-quota-checker
WORKDIR /app
ADD setup.py /app
Expand Down