Skip to content

Commit

Permalink
what if we use 3.12?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 20, 2024
1 parent 9d9bbfc commit a51df8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
altair:
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand All @@ -25,7 +25,7 @@ jobs:
~/.cache/pip
$RUNNER_TOOL_CACHE/Python/*
~\AppData\Local\pip\Cache
key: ${{ runner.os }}-build--${{ matrix.python-version }}
key: ${{ runner.os }}-build-${{ matrix.python-version }}
- name: clone-altair
run: |
git clone https://github.com/vega/altair.git --depth=1
Expand Down

0 comments on commit a51df8c

Please sign in to comment.