FEAT: Modernized to support latest Pythons and DRF JSONAPI

This commit is contained in:
2026-08-23 12:33:13 +02:00
parent 533789645a
commit ddcf8fb039
22 changed files with 718 additions and 138 deletions
+11
View File
@@ -0,0 +1,11 @@
[tox]
env_list = py{310,311,312,313,314}-dja{71,81}
skip_missing_interpreters = true
[testenv]
package = editable
extras = test
deps =
dja71: djangorestframework-jsonapi~=7.1.0
dja81: djangorestframework-jsonapi~=8.1.0
commands = python -m pytest