Skip to content

Commit

Permalink
Drop support for Django 4.0, add Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed Apr 26, 2023
1 parent d52b6ec commit 60b5886
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ jobs:
- '3.11'
tox-environment:
- dj32
- dj40
- dj41
- dj42
include:
- python-version: 3.7
tox-environment: dj32
- python-version: '3.10'
tox-environment: djmain
- python-version: '3.11'
tox-environment: djmain

env:
COVERALLS_FLAG_NAME: Python ${{ matrix.python-version }} / ${{ matrix.tox-environment }}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist =
flake8
isort
dj32
dj40
dj41
dj42
djmain
Expand All @@ -16,9 +15,8 @@ deps =
babel
coverage
dj32: Django>=3.2,<4.0
dj40: Django>=4.0,<4.1
dj41: Django>=4.1,<4.2
dj42: Django>=4.2b1,<4.3
dj42: Django>=4.2,<4.3
djmain: https://github.com/django/django/archive/main.tar.gz
djangorestframework
extras = phonenumberslite
Expand Down

0 comments on commit 60b5886

Please sign in to comment.