We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ccd94 commit 648d1fbCopy full SHA for 648d1fb
.github/workflows/python-app.yml
@@ -17,10 +17,10 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
- - name: Set up Python 3.12
+ - name: Set up Python 3.13
21
uses: actions/setup-python@v5
22
with:
23
- python-version: 3.12
+ python-version: 3.13
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
.python-version
@@ -1 +1 @@
1
-3.12
+3.13
Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.12-slim
+FROM python:3.13-slim
2
3
RUN useradd appuser
4
0 commit comments