8000 Use correct pre-release version specifier · torchbox/django-pattern-library@8b0d6a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b0d6a9

Browse files
committed
Use correct pre-release version specifier
1 parent bdb694b commit 8b0d6a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
- python: "3.10"
3636
# Skip testing Django 4.0, already tested in previous workflow job.
3737
toxenv: py310-dj32,py310-djmain
38-
# Tentative support for next Python pre-release.
39-
- python: "3.11.0b1"
38+
# Tentative support for next Python pre-release. For the correct specifier,
39+
# Check: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json.
40+
- python: "3.11.0-beta.2"
4041
toxenv: py311-dj40
4142
steps:
4243
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
0