Skip to content

Commit

Permalink
Target Django 5.x tests at version 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarrois committed Aug 18, 2024
1 parent ce39114 commit a7d06b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ChangeLog
*New:*

- Add support for Django 4.2
- Add support for Django 5.0
- Add support for Django 5.1
- Add support for Python 3.12
- :issue:`903`: Add basic typing annotations
- Run the test suite against ``mongomock`` instead of an actual MongoDB server
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Framework :: Django :: 4.2
Framework :: Django :: 5.0
Framework :: Django :: 5.1
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ envlist =
py{38,39,310,311,312,py39,py310}
py{38,39,310,311,312}-django42-mongo-alchemy
py{py39,py310}-django42-mongo-alchemy
py{310,311,312}-django50-mongo-alchemy
py{310,311,312}-django51-mongo-alchemy
pypy310-django51-mongo-alchemy
py310-djangomain-mongo-alchemy

[gh-actions]
Expand All @@ -29,9 +30,9 @@ deps =
mongo: mongomock
# mongomock imports pkg_resources, provided by setuptools.
mongo: setuptools>=66.1.1
django{42,50,main}: Pillow
django{42,51,main}: Pillow
django42: Django>=4.2,<5.0
django50: Django>=5.0,<5.1
django51: Django>=5.1,<5.2
djangomain: https://github.com/django/django/archive/main.tar.gz

setenv =
Expand Down

0 comments on commit a7d06b9

Please sign in to comment.