Skip to content

Commit ccc659e

Browse files
committed
Add Django 5.2 and Python 3.13 to test matrix
1 parent 6c44b6c commit ccc659e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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"]
12+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Set up Python ${{ matrix.python-version }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ This LSP supports:
2727

2828
## Support (tested)
2929

30-
- Python: 3.10, 3.11, 3.12
31-
- Django: 3.2, 4.2, 5.0
30+
- Python: 3.10, 3.11, 3.12, 3.13
31+
- Django: 3.2, 4.2, 5.2
3232

3333

3434
## Installation

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist =
33
django32
44
django42
5-
django50
5+
django52
66

77
[testenv]
88
commands =
@@ -12,7 +12,7 @@ deps =
1212
.[dev]
1313
django32: django==3.2.*
1414
django42: django==4.2.*
15-
django50: django==5.0.*
15+
django52: django==5.2.*
1616

1717

1818
[pytest]

0 commit comments

Comments
 (0)