diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a3dc58..02ec500 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,10 @@ jobs: django: "5.0" - python: "3.9" django: "5.1" + - python: "3.13" + django: "4.2" + - python: "3.13" + django: "5.0" database_url: - postgres://runner:password@localhost/project - mysql://root:root@127.0.0.1/project