Compare commits
No commits in common. "c3dd3fa7b029d94e83e1af57244af10a4297833c" and "b4954b082e8cafed792657f222edb1a211e42c75" have entirely different histories.
c3dd3fa7b0
...
b4954b082e
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.14'
|
python-version: '3.13'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.14.0-slim
|
FROM python:3.13.5-slim
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user