From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:50:33 +0000 (-0700) Subject: Enables testing against 3.13 for fun X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fchore%2Ftest-3.13;p=thirdparty%2Fpaperless-ngx.git Enables testing against 3.13 for fun --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ca0d2167..143c128f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: - pre-commit strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', '3.13'] fail-fast: false steps: - name: Checkout