Skip to content

Commit

Permalink
Test against Django 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Aug 7, 2024
1 parent 1756764 commit bceaa69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Version 0.10.1 (unreleased)
* Add support for translation using OpenAI API (#275, #291, thank you @ydf, PR by @vusallyv)
* Adds Azerbaijani translation (#284 thanks @vusallyv and @nemoralis)
* Allow overriding OpenAI prompt with a template (PR #293, thanks @danleyb2)

* Test against Django 5.1

Version 0.10.0
--------------
Expand Down
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
envlist =
flake8,
py{38,39,310}-django42,
py{310,311,312}-django50,
py{310,311,312}-django{50,51},
gettext,
docs


[gh-actions]
python =
3.12: py312-django50
3.11: py311-django42, py311-django50
3.10: py310-django42, py310-django50
3.12: py312-django50, py312-django51
3.11: py311-django42, py311-django50, py311-django51
3.10: py310-django42, py310-django50, py310-django51
3.9: py39-django42


Expand All @@ -31,6 +31,7 @@ setenv =
deps =
django42: Django>=4.2a,<4.3
django50: Django>=5.0,<5.1
django51: Django>=5.1,<5.2

pymemcache
requests
Expand Down

0 comments on commit bceaa69

Please sign in to comment.