Skip to content

Commit d1a3c28

Browse files
Update dependency python to v3.13.4
1 parent ff3510a commit d1a3c28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python 3.10
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: 3.10.1
15+
python-version: 3.13.4
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Base image
77
# ---------------------------------------------------------------------- #
8-
FROM python:3.10.1
8+
FROM python:3.13.4
99
LABEL MAINTAINER="Ivan Lee"
1010

1111
# Make working directory

0 commit comments

Comments
 (0)