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 e8f739d commit a26fa02Copy full SHA for a26fa02
.github/workflows/lint-and-test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Python
24
uses: actions/setup-python@v6
25
with:
26
- python-version: '3.13'
+ python-version: '3.14'
27
28
- name: Install dependencies
29
run: python3 -m pip install -r requirements-dev.txt
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-alpine
+FROM python:3.14-alpine
2
3
LABEL maintainer="Minituff (James Tufarelli)"
4
0 commit comments