Skip to content

Commit

Permalink
bump test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Feb 5, 2024
1 parent d0ffd0b commit 4fd62db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- django: "4.2"
python: "3.10"
# Django 5.0
- django: "5.0a1"
python: "3.10"
- django: "5.0"
python: "3.12"

steps:
- name: Install gettext
Expand All @@ -48,4 +48,4 @@ jobs:
echo "Python ${{ matrix.python }} / Django ${{ matrix.django }}"
coverage run --rcfile=.coveragerc runtests.py
codecov
continue-on-error: ${{ contains(matrix.django, '5.0') }}
continue-on-error: ${{ contains(matrix.django, '5.1') }}
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist=
py38-django{22,31,32},
py310-django{42},
py310-django{42,50},
docs,

[testenv]
Expand All @@ -18,6 +18,7 @@ deps =
django31: Django ~= 3.1
django32: Django ~= 3.2
django42: Django ~= 4.2
django50: Django ~= 5.0
django-dev: https://github.com/django/django/tarball/main
commands=
python --version
Expand Down

0 comments on commit 4fd62db

Please sign in to comment.