We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb694b commit 8b0d6a9Copy full SHA for 8b0d6a9
.github/workflows/ci.yml
@@ -35,8 +35,9 @@ jobs:
35
- python: "3.10"
36
# Skip testing Django 4.0, already tested in previous workflow job.
37
toxenv: py310-dj32,py310-djmain
38
- # Tentative support for next Python pre-release.
39
- - python: "3.11.0b1"
+ # Tentative support for next Python pre-release. For the correct specifier,
+ # Check: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json.
40
+ - python: "3.11.0-beta.2"
41
toxenv: py311-dj40
42
steps:
43
- uses: actions/checkout@v3
0 commit comments