File tree Expand file tree Collapse file tree 5 files changed +17
-11
lines changed
integration-testing/docker Expand file tree Collapse file tree 5 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 33
33
fail-fast : false
34
34
matrix :
35
35
PY_VERSION :
36
- - 3.8.10
37
- - 3.9.5
36
+ - 3.11.7
37
+ - 3.12.1
38
38
steps :
39
39
- uses : extractions/setup-just@v2
40
40
env :
44
44
fetch-depth : 0
45
45
env :
46
46
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47
+
48
+ - name : Delete dotnet to save space
49
+ run : sudo rm -rf /usr/share/dotnet
47
50
48
51
- uses : actions/checkout@v4
49
52
with :
Original file line number Diff line number Diff line change @@ -258,8 +258,8 @@ jobs:
258
258
fail-fast : false
259
259
matrix :
260
260
PY_VERSION :
261
- - 3.8.10
262
- - 3.9.5
261
+ - 3.11.7
262
+ - 3.12.1
263
263
steps :
264
264
- uses : extractions/setup-just@v2
265
265
env :
@@ -280,6 +280,9 @@ jobs:
280
280
examples
281
281
sparse-checkout-cone-mode : false
282
282
token : ${{ secrets.CONNECT_PAT }}
283
+
284
+ - name : Delete dotnet to save space
285
+ run : sudo rm -rf /usr/share/dotnet
283
286
284
287
- name : Build docker container-image
285
288
run : |
Original file line number Diff line number Diff line change 1
- FROM python:3.9
1
+ FROM python:3.12
2
2
COPY ./requirements.txt .
3
3
EXPOSE 9999
4
4
VOLUME ../../:/rsconnect-python/
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ NoWarning = true
15
15
16
16
[Python]
17
17
Enabled = true
18
- Executable = /opt/python/3.8.17 /bin/python
19
- Executable = /opt/python/3.9.17 /bin/python
18
+ Executable = /opt/python/3.12.1 /bin/python
19
+ Executable = /opt/python/3.11.7 /bin/python
20
20
21
21
[Quarto]
22
22
Enabled = true
23
- Executable = /opt/quarto/bin/quarto
23
+ Executable = /opt/quarto/1.4.552/ bin/quarto
24
24
25
25
[Authentication]
26
26
BasicAuth = true
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ NoWarning = true
15
15
16
16
[Python]
17
17
Enabled = true
18
- Executable = /opt/python/3.8.17 /bin/python
19
- Executable = /opt/python/3.9.17 /bin/python
18
+ Executable = /opt/python/3.11.7 /bin/python
19
+ Executable = /opt/python/3.12.1 /bin/python
20
20
21
21
[Quarto]
22
22
Enabled = true
23
- Executable = /usr/local /bin/quarto
23
+ Executable = /opt/quarto/1.4.552 /bin/quarto
24
24
25
25
[Authentication]
26
26
BasicAuth = true
You can’t perform that action at this time.
0 commit comments