Skip to content

Commit

Permalink
use python 3.13 in workflow too
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio committed Oct 22, 2024
1 parent 3b33ba3 commit bb6be15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- name: R
uses: r-lib/actions/setup-r@v2
with:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13

- name: R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit bb6be15

Please sign in to comment.