Skip to content

Commit

Permalink
fix beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Nov 6, 2023
1 parent d806f5c commit c01d4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
django-version: ['4.2', '5.0b0', 'main']
django-version: ['4.2', '5.0b1', 'main']
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
PY_DEFAULT = PY38

DJ42 = "4.2"
DJ50 = "5.0b0"
DJ50 = "5.0b1"
DJMAIN = "main"
DJMAIN_MIN_PY = PY310
DJ_VERSIONS = [DJ42, DJ50, DJMAIN]
Expand Down

0 comments on commit c01d4de

Please sign in to comment.