Skip to content

Commit

Permalink
Test on Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Oct 13, 2023
1 parent 2f2820d commit 50ac1b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers =
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Framework :: Django :: 4.1
Framework :: Django :: 4.2
project_urls =
Change Log = https://github.com/SmileyChris/django-countries/blob/main/CHANGES.rst
Source Code = https://github.com/SmileyChris/django-countries
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ deps =
pyuca,legacy: pyuca
legacy: Django==3.2.*
previous: Django==4.0.*
latest: Django==4.1.*
latest: Django==4.2.*
latest: graphene-django==3.0.*
depends = coverage_setup
commands = coverage run -m pytest
Expand Down

0 comments on commit 50ac1b1

Please sign in to comment.