Skip to content

Commit

Permalink
Test against django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Dec 5, 2023
1 parent 35f9616 commit a125096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
django-version: [3.2, 4.1, 4.2, "5.0a1"]
django-version: [3.2, 4.1, 4.2, 5.0]
exclude:
# Django 3.2
- python-version: "3.10"
Expand All @@ -36,9 +36,9 @@ jobs:

# Django 5.0
- python-version: 3.8
django-version: 5.0a1
django-version: 5.0
- python-version: 3.9
django-version: 5.0a1
django-version: 5.0

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"Framework :: Django :: 3.2", # Until April 2024
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit a125096

Please sign in to comment.