Skip to content

Commit 8face6f

Browse files
committed
update azure and github actions
1 parent 236ba50 commit 8face6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: r-lib/actions/setup-r@v2
1010
- uses: actions/setup-python@v5
1111
with:
12-
python-version: "3.9"
12+
python-version: "3.10"
1313
- run: |
1414
set -ex
1515
python updatelib.py
@@ -40,7 +40,7 @@ jobs:
4040
- uses: r-lib/actions/setup-r@v2
4141
- uses: actions/setup-python@v5
4242
with:
43-
python-version: "3.9"
43+
python-version: "3.10"
4444
- uses: actions/[email protected]
4545
with:
4646
name: drop

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stages:
1414
steps:
1515
- task: UsePythonVersion@0
1616
inputs:
17-
versionSpec: '3.9.x'
17+
versionSpec: '3.10.x'
1818
addToPath: true
1919
- bash: |
2020
set -ex

0 commit comments

Comments
 (0)