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 b7abe2e commit 00a2a99
Show file tree
Hide file tree
Showing 3 changed files with 5 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@v4
Expand Down
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version 0.6.1 (unreleased)
--------------------------
* Fixed docs and test configuration
* Delete leftover temporary audio files (#224, #225, #226 thanks @dawidratynski and @A-dead-pixel)
* Test against Django 5.1
* Test against Django 5.1 and 5.2
* Add ability to control color of each character (PR #235, thanks @mheidarian)
* Add support for Django REST Framework (PR #236, thanks @michalwrona01)
* Audio CAPTCHA: try to detect the sample rate of the generated WAV file prior to merge (Issue #196)
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
envlist =
py{39,310,311}-django42,
py{310,311,312}-django{50,51},
py312-django52,
py{312,313}-django52,
py{39,310}-django42-jinja2,
py{310,311}-django{42,50}-jinja2,
py312-django{50,51}-jinja2,
gettext,flake8,docs,coverage

[gh-actions]
python =
3.13: py312-django52,
3.12: py312-django50, py312-django51, py312-django52, py312-django51-jinja2
3.11: p311-django-51, p311-django-50, p311-django-50-jinjia, p311-django-42, p311-django-42-jinjia
3.10: py310-django42, py310-django42-jinja2, py310-django50, py310-django51, py310-django50-jinja2
Expand All @@ -28,7 +29,7 @@ deps =
django42: Django>=4.2a,<4.3
django50: Django>=5.0a,<5.1
django51: Django>=5.1,<5.2
django52: https://github.com/django/django/tarball/main
django52: Django>=5.2a1,<5.3
py{39,310,311,312}-django{42,50}: python3-memcached
jinja2
Pillow
Expand Down

0 comments on commit 00a2a99

Please sign in to comment.