Skip to content

Commit

Permalink
chore:test against Django 5.2a1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Jan 17, 2025
1 parent b34698a commit 7bef471
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Version 0.10.2 (unreleased)
* Fix Deepl translations containing variables (#276, PR #290, thanks @halitcelik)
* Rewrite rosetta.js: drop jQuery and modernize rosetta.js (PR #295, thanks @balazs-endresz)
* Fix broken link in documentation (PR #300, thanks @KommuSoft)

* Test against Django 5.2a1

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


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

Expand All @@ -32,6 +34,7 @@ deps =
django42: Django>=4.2a,<4.3
django50: Django>=5.0,<5.1
django51: Django>=5.1,<5.2
django52: Django>=5.2a1,<5.3

pymemcache
requests
Expand Down

0 comments on commit 7bef471

Please sign in to comment.