]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Enables testing against 3.13 for fun chore/test-3.13
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 1 Oct 2025 15:50:33 +0000 (08:50 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 1 Oct 2025 15:50:33 +0000 (08:50 -0700)
.github/workflows/ci.yml

index 9ca0d2167df8143855730b59d582012a0ce74080..143c128f5e8d2fa54e623eae8b0e963b73113381 100644 (file)
@@ -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