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 ac0afd5 commit d6f871bCopy full SHA for d6f871b
.github/workflows/test-and-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: setup Python
17
uses: actions/setup-python@v2
18
with:
19
- python-version: "3.8"
+ python-version: "3.14"
20
- name: install
21
run: pip install .
22
- name: run all checks
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
run: pip install .[dev]
41
- name: get changelog entry
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12-alpine
+FROM python:3.14-alpine
2
LABEL org.opencontainers.image.source https://github.com/brennerm/aws-quota-checker
3
WORKDIR /app
4
ADD setup.py /app
0 commit comments