Skip to content

Commit

Permalink
Upgrade Django 5.1 from a1 to b1 in ci (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter authored Jul 2, 2024
1 parent 182f89f commit 803e5d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
django-version: [4.2, 5.0, 5.1a1, master]
django-version: [4.2, 5.0, 5.1b1, master]
postgres-version: ["postgres:13.13", "postgres:14"]
exclude:
# Django 4.2
Expand All @@ -62,11 +62,11 @@ jobs:
- django-version: 5.0
postgres-version: postgres:13.13

# Django 5.1a1
# Django 5.1b1
- python-version: 3.8
django-version: 5.1a1
django-version: 5.1b1
- python-version: 3.9
django-version: 5.1a1
django-version: 5.1b1
- django-version: 5.1
postgres-version: postgres:13.13

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"Framework :: Django",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 803e5d1

Please sign in to comment.