Skip to content

Commit

Permalink
Test on Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored and sergeyklay committed Oct 28, 2023
1 parent 46c035e commit a1113e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ the code on `GitHub <https://github.com/joke2k/django-environ>`_,
and the latest release on `PyPI <https://pypi.org/project/django-environ/>`_.

It’s rigorously tested on Python 3.6+, and officially supports
Django 1.11, 2.2, 3.0, 3.1, 3.2, 4.0, 4.1 and 4.2.
Django 1.11, 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, and 5.0.

If you'd like to contribute to ``django-environ`` you're most welcome!

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def get_version_string():
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',

'Operating System :: OS Independent',

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ envlist =
py{36,37,38,39,310,311}-django{111,22}
py{36,37,38,39,310,311}-django{30,31,32}
py{38,39,310,311}-django{40,41,42}
py{310,311}-django{50}

This comment has been minimized.

Copy link
@AmiZya

AmiZya Oct 29, 2023

Shouldn't py312 be supported too?

This comment has been minimized.

Copy link
@sergeyklay

sergeyklay Oct 29, 2023

Collaborator

Shouldn't py312 be supported too?

The same question for all other rows in this file, GitHub Action Workflow and setup.py file :) Could you please send a patch?

pypy-django{111,22,30,31,32}

[gh-actions]
Expand Down

0 comments on commit a1113e4

Please sign in to comment.