Skip to content

Commit bdb694b

Browse files
committed
Switch to latest Python 3.11 beta release
1 parent ceb49fb commit bdb694b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Skip testing Django 4.0, already tested in previous workflow job.
3737
toxenv: py310-dj32,py310-djmain
3838
# Tentative support for next Python pre-release.
39-
- python: "3.11.0-alpha.4"
39+
- python: "3.11.0b1"
4040
toxenv: py311-dj40
4141
steps:
4242
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)