Compare commits
2 Commits
b4954b082e
...
c3dd3fa7b0
| Author | SHA1 | Date | |
|---|---|---|---|
| c3dd3fa7b0 | |||
| e03b26da0f |
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
python-version: '3.14'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM python:3.13.5-slim
|
||||
FROM python:3.14.0-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user