We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3510a commit a71fb28Copy full SHA for a71fb28
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python 3.10
13
uses: actions/setup-python@v2
14
with:
15
- python-version: 3.10.1
+ python-version: 3.13.5
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
Dockerfile
@@ -5,7 +5,7 @@
5
6
# Base image
7
# ---------------------------------------------------------------------- #
8
-FROM python:3.10.1
+FROM python:3.13.4
9
LABEL MAINTAINER="Ivan Lee"
10
11
# Make working directory
0 commit comments