We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236ba50 commit 8face6fCopy full SHA for 8face6f
.github/workflows/build-and-test.yaml
@@ -9,7 +9,7 @@ jobs:
9
- uses: r-lib/actions/setup-r@v2
10
- uses: actions/setup-python@v5
11
with:
12
- python-version: "3.9"
+ python-version: "3.10"
13
- run: |
14
set -ex
15
python updatelib.py
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
- uses: actions/[email protected]
45
46
name: drop
azure-pipelines.yml
@@ -14,7 +14,7 @@ stages:
steps:
- task: UsePythonVersion@0
16
inputs:
17
- versionSpec: '3.9.x'
+ versionSpec: '3.10.x'
18
addToPath: true
19
- bash: |
20
0 commit comments