Skip to content

Commit b31939c

Browse files
authored
DRAFT: GitHub Actions: Test on Python 3.13 beta release
https://www.python.org/downloads/release/python-3130b1/ Like: * #9306 * #8777 * #6591 * #5992 * #4396 * #3926 * #2279
1 parent 1868c0b commit b31939c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.12
15+
python-version: 3.13
1616
allow-prereleases: true
1717
- uses: actions/cache@v4
1818
with:

0 commit comments

Comments
 (0)