File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 30
30
- name : Set Up Python
31
31
uses : actions/setup-python@v5
32
32
with :
33
- python-version : ' 3.12.11 '
33
+ python-version : ' 3.13.5 '
34
34
cache : ' pip'
35
35
- name : Install Swirl (with a timeout)
36
36
run : ./install.sh
Original file line number Diff line number Diff line change 28
28
- name : Set Up Python
29
29
uses : actions/setup-python@v5
30
30
with :
31
- python-version : ' 3.12.11 '
31
+ python-version : ' 3.13.5 '
32
32
cache : ' pip'
33
33
- name : Install Swirl
34
34
run : ./install.sh
Original file line number Diff line number Diff line change 25
25
- name : Set Up Python
26
26
uses : actions/setup-python@v5
27
27
with :
28
- python-version : ' 3.12.11 '
28
+ python-version : ' 3.13.5 '
29
29
cache : ' pip'
30
30
- name : Install Swirl
31
31
run : ./install.sh
56
56
- name : Set Up Python
57
57
uses : actions/setup-python@v5
58
58
with :
59
- python-version : ' 3.12.11 '
59
+ python-version : ' 3.13.5 '
60
60
cache : ' pip'
61
61
- name : Install Swirl (with a timeout)
62
62
run : ./install.sh
@@ -125,7 +125,7 @@ jobs:
125
125
- name : Set Up Python
126
126
uses : actions/setup-python@v5
127
127
with :
128
- python-version : ' 3.12.11 '
128
+ python-version : ' 3.13.5 '
129
129
cache : ' pip'
130
130
- name : Install Swirl
131
131
run : ./install.sh
Original file line number Diff line number Diff line change 41
41
- name : Set Up Python
42
42
uses : actions/setup-python@v5
43
43
with :
44
- python-version : ' 3.12.11 '
44
+ python-version : ' 3.13.5 '
45
45
cache : ' pip'
46
46
- name : Install Swirl
47
47
run : ./install.sh
Original file line number Diff line number Diff line change 31
31
- name : Set Up Python
32
32
uses : actions/setup-python@v5
33
33
with :
34
- python-version : ' 3.12.11 '
34
+ python-version : ' 3.13.5 '
35
35
cache : ' pip'
36
36
- name : Install Swirl
37
37
run : ./install.sh
Original file line number Diff line number Diff line change 1
- FROM python:3.12.11 -slim-bookworm
1
+ FROM python:3.13.5 -slim-bookworm
2
2
3
3
# Update, upgrade and install packages in a single RUN to reduce layers
4
4
RUN apt-get update && apt-get install -y \
You can’t perform that action at this time.
0 commit comments