Skip to content

Commit 0e52018

Browse files
committed
Test Python 3.11 with Django 4.1
1 parent 8b0d6a9 commit 0e52018

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
@@ -38,7 +38,7 @@ jobs:
3838
# Tentative support for next Python pre-release. For the correct specifier,
3939
# Check: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json.
4040
- python: "3.11.0-beta.2"
41-
toxenv: py311-dj40
41+
toxenv: py311-dj41
4242
steps:
4343
- uses: actions/checkout@v3
4444
- uses: actions/setup-python@v3

0 commit comments

Comments
 (0)