Skip to content

Commit 5daa968

Browse files
Update dependency python to v3.13.6
1 parent a8d52d1 commit 5daa968

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-linting.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5.6.0
2020
with:
21-
python-version: 3.12
21+
python-version: 3.13
2222
cache: 'pip'
2323
cache-dependency-path: |
2424
**/requirements.txt
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Python
5454
uses: actions/setup-python@v5.6.0
5555
with:
56-
python-version: 3.12
56+
python-version: 3.13
5757
cache: 'pip'
5858
cache-dependency-path: |
5959
**/requirements.txt

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.3 AS base
1+
FROM python:3.13.6 AS base
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)