From cd913166002af2b2d2e2977ead36b757a3f4e211 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 7 Oct 2025 19:46:57 +0300 Subject: [PATCH] Update test_full.yml --- .github/workflows/test_full.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index deab36ea4..39a4ef86d 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] django-version: ['<3.2', '<3.3', '<4.1', '<4.2'] exclude: - python-version: '3.8' @@ -22,6 +22,8 @@ jobs: django-version: '<3.2' - python-version: '3.12' django-version: '<3.3' + - python-version: '3.13' + django-version: '<3.3' steps: - uses: actions/checkout@v5