Skip to content

Commit 3b4d652

Browse files
committed
Update test matrix with Django 6.0 and Python 3.14
1 parent 46bcfbd commit 3b4d652

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.10", "3.11", "3.12", "3.13"]
12+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Set up Python ${{ matrix.python-version }}

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist =
44
django50
55
django51
66
django52
7+
django60
78

89
[testenv]
910
commands =
@@ -15,6 +16,7 @@ deps =
1516
django50: django==5.0.*
1617
django51: django==5.1.*
1718
django52: django==5.2.*
19+
django60: django==6.0.*
1820

1921

2022
[pytest]

0 commit comments

Comments
 (0)