Skip to content

Commit 12bb979

Browse files
update python version to match docker (#584)
1 parent 4e290ce commit 12bb979

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- uses: actions/checkout@v4
180180
- uses: actions/setup-python@v4
181181
with:
182-
python-version: 3.8
182+
python-version: 3.10.14
183183
- name: Install dependencies
184184
run: |
185185
python -m pip install --upgrade pip

vetiver-testing/setup-rsconnect/rstudio-connect.gcfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ DefaultUserRole = publisher
1313

1414
[Python]
1515
Enabled = true
16-
Executable = /opt/python/3.8.17/bin/python
17-
Executable = /opt/python/3.9.17/bin/python
16+
Executable = /opt/python/3.10.14/bin/python
17+
Executable = /opt/python/3.11.9/bin/python
1818

1919
[RPackageRepository "CRAN"]
2020
URL = https://p3m.dev/cran/latest

0 commit comments

Comments
 (0)