diff --git a/.github/workflows/test-postgres.yml b/.github/workflows/test-postgres.yml index 1c46a82..f6838ef 100644 --- a/.github/workflows/test-postgres.yml +++ b/.github/workflows/test-postgres.yml @@ -5,7 +5,7 @@ jobs: test: services: postgres: - image: postgres:12 + image: postgres:13 env: POSTGRES_USER: user POSTGRES_PASSWORD: password @@ -22,24 +22,22 @@ jobs: fail-fast: false matrix: python-version: - - "3.8" - "3.9" - "3.10" - "3.11" - "3.12" + - "3.13" django-version: - - "3.2" - "4.2" - "5.0" + - "5.1" drf-version: - - "3.14" + - "3.15" exclude: - - python-version: "3.8" - django-version: "5.0" - python-version: "3.9" django-version: "5.0" - - drf-version: "3.14" - python-version: "3.8" + - python-version: "3.9" + django-version: "5.1" steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5439d8..39e6b87 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,24 +8,22 @@ jobs: fail-fast: false matrix: python-version: - - "3.8" - "3.9" - "3.10" - "3.11" - "3.12" + - "3.13" django-version: - - "3.2" - "4.2" - "5.0" + - "5.1" drf-version: - - "3.14" + - "3.15" exclude: - - python-version: "3.8" - django-version: "5.0" - python-version: "3.9" django-version: "5.0" - - drf-version: "3.14" - python-version: "3.8" + - python-version: "3.9" + django-version: "5.1" steps: - uses: actions/checkout@v4 @@ -81,4 +79,4 @@ jobs: coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 diff --git a/README.md b/README.md index 0836f0d..0e2d371 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ django-rest-passwordreset Version | Django Versions | Django Rest Framework 1.2 | 2.2, 3.0, 3.1 | 3.10, 3.11 | 3.5 - 3.8 1.3 | 3.2, 4.0, 4.1 | 3.12, 3.13, 3.14 | 3.7 - 3.10 1.4 | 3.2, 4.2, 5.0 | 3.13, 3.14 | 3.8 - 3.12 +1.5 | 4.2, 5.0, 5.1 | 3.15 | 3.9 - 3.13 ## Documentation / Browsable API