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 39c5726 commit 0852f1fCopy full SHA for 0852f1f
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v4
16
with:
17
- python-version: 3.8
+ python-version: 3.14
18
19
- name: Install Python dependencies
20
run: pip install black flake8
backend/Dockerfile
@@ -1,5 +1,5 @@
1
# Use a lightweight Python image
2
-FROM python:3.9-slim-buster
+FROM python:3.11-slim-buster
3
4
# Set the working directory to /app
5
WORKDIR /app
0 commit comments