Skip to content

Commit

Permalink
DRAFT: GitHub Actions: Test on Python 3.12
Browse files Browse the repository at this point in the history
Repeats #8777
* #8777 

Some of our dependencies will not be ready yet.
  • Loading branch information
cclauss authored Oct 1, 2023
1 parent 43c3f4e commit 9cc188c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
allow-prereleases: true
- uses: actions/cache@v3
with:
path: ~/.cache/pip
Expand Down

0 comments on commit 9cc188c

Please sign in to comment.