Skip to content

Commit 9cc188c

Browse files
authored
DRAFT: GitHub Actions: Test on Python 3.12
Repeats #8777 * #8777 Some of our dependencies will not be ready yet.
1 parent 43c3f4e commit 9cc188c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.11
15+
python-version: 3.12
16+
allow-prereleases: true
1617
- uses: actions/cache@v3
1718
with:
1819
path: ~/.cache/pip

0 commit comments

Comments
 (0)