Skip to content

Commit

Permalink
bump Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Mar 3, 2024
1 parent ddc1a71 commit 071a759
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly_dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-python@v4
with:
cache: pip
python-version: 3.11
python-version: 3.12

- name: Generate List of Crossbow Tasks
run: |
Expand All @@ -59,7 +59,7 @@ jobs:

- name: Setup renv
uses: r-lib/actions/setup-renv@v2
env:
env:
# This is set by setup-r
RENV_CONFIG_REPOS_OVERRIDE: ""
with:
Expand Down Expand Up @@ -90,4 +90,4 @@ jobs:
AWS_DEFAULT_REGION: ${{ secrets.CROSSBOW_DOCS_S3_BUCKET_REGION }}
BUCKET: ${{ secrets.CROSSBOW_DOCS_S3_BUCKET }}
run: |
aws s3 cp crossbow-nightly-report/crossbow-nightly-report.html $BUCKET/index.html
aws s3 cp crossbow-nightly-report/crossbow-nightly-report.html $BUCKET/index.html
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: 3.12
- name: Install Archery
shell: bash
run: pip install -e arrow/dev/archery[crossbow]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
date:
required: false
default: ''
type: string
type: string
secrets:
CROSSBOW_GITHUB_TOKEN:
required: true
Expand All @@ -28,7 +28,7 @@ jobs:
run: git clone https://github.com/ursacomputing/crossbow
- uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: 3.12
- name: Install Archery
shell: bash
run: pip install -e arrow/dev/archery[crossbow]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/token_expiration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: 3.12
- name: Install Archery
shell: bash
run: pip install -e arrow/dev/archery[crossbow]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.12

- name: Install Archery
shell: bash
Expand Down

0 comments on commit 071a759

Please sign in to comment.