Skip to content

Commit

Permalink
Merge pull request #1096 from foarsitter/py312
Browse files Browse the repository at this point in the history
Add Python 3.12 to test matrix and add classifiers
  • Loading branch information
tfranzel committed Nov 20, 2023
2 parents 951d418 + c515633 commit 82c00f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/optionals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ django-allauth<0.55.0 # breaking change breaking dj-rest-auth
drf-jwt>=0.13.0
dj-rest-auth>=1.0.0
djangorestframework-simplejwt>=4.4.0
setuptools
django-polymorphic>=2.1
django-rest-polymorphic>=0.1.8
django-oauth-toolkit>=1.2.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def get_version(package):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Documentation',
'Topic :: Software Development :: Code Generators',
Expand Down
1 change: 1 addition & 0 deletions tests/contrib/test_simplejwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
)
except ImportError:
JWTAuthentication = None
JWTTokenUserAuthentication = None


class XSerializer(serializers.Serializer):
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
{py37,py38,py39}-django{3.2}-drf{3.11,3.12},
{py38,py39,py310}-django{4.0,4.1}-drf{3.13,3.14},
{py311}-django{4.1, 4.2}-drf{3.14},
{py312}-django{4.2}-drf{3.14},
py310-django4.2-drfmaster
py310-djangomaster-drf3.14
py310-drfmaster-djangomaster
Expand Down

0 comments on commit 82c00f8

Please sign in to comment.