Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
5f2fe6c4b6 |
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.13"
|
||||
python-version: "3.14"
|
||||
|
||||
- name: uv cache
|
||||
uses: actions/cache@v4
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13-slim
|
||||
FROM python:3.14-slim
|
||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||
USER root
|
||||
|
||||
|
Reference in New Issue
Block a user