diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb47aa9..31e4e14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10"] - django: [2.2, 3.2] + python-version: ["3.10", "3.11", "3.12", "3.13"] + django: [2.2, 3.2, 4.2] steps: - uses: actions/checkout@v2 @@ -37,4 +37,4 @@ jobs: - name: Python Interrogate Check uses: JackMcKew/python-interrogate-check@main with: - path: 'braces' \ No newline at end of file + path: 'braces'