Skip to content

Commit

Permalink
Update django matrix exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgy8 committed Dec 27, 2024
1 parent 320f889 commit 2bed70c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
- "4.2" # LTS
- "5.0"
- "5.1"
- "5.2"
exclude:
- django-version: "5.0" # django 5.0 supports python >=3.10
python-version: "3.9"
- django-version: "5.1" # django 5.2 supports python >=3.10
python-version: "3.9"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def rel(*xs):
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Framework :: Django :: 5.2",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 2bed70c

Please sign in to comment.