Skip to content

Commit 7888c10

Browse files
committed
Add Django 4.2 classifier back.
Changes the tests to use Django 4.2 and not a pre-release
1 parent 97421b6 commit 7888c10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
34-
django-version: [ "3.2", "4.0", "4.1", "4.2a1"]
34+
django-version: [ "3.2", "4.0", "4.1", "4.2"]
3535
drf-version: [ "3.11", "3.12", "3.13" ]
3636
exclude:
3737
# Python 3.7 is incompatible with Django v4+
3838
- django-version: 4.0
3939
python-version: 3.7
4040
- django-version: 4.1
4141
python-version: 3.7
42-
- django-version: 4.2a1
42+
- django-version: 4.2
4343
python-version: 3.7
4444
# Python 3.11 is incompatible with Django <v4.1
4545
- django-version: 3.2

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
'Framework :: Django :: 3.2',
1616
'Framework :: Django :: 4.0',
1717
'Framework :: Django :: 4.1',
18+
'Framework :: Django :: 4.2',
1819
'Intended Audience :: Developers',
1920
'Intended Audience :: End Users/Desktop',
2021
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)