]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Adds Python 3.10 to the backend test matrix 782/head
authorTrenton Holmes <trenton.holmes@psware.com>
Wed, 13 Apr 2022 22:02:21 +0000 (15:02 -0700)
committerTrenton Holmes <trenton.holmes@psware.com>
Thu, 21 Apr 2022 17:28:13 +0000 (10:28 -0700)
.github/workflows/ci.yml

index ee22ae9297cd9b8f78b19fb78f0bd4ed1798f0dd..ceabd191d770597d7e7d5c6433c108f8e2179640 100644 (file)
@@ -110,7 +110,7 @@ jobs:
     runs-on: ubuntu-20.04
     strategy:
       matrix:
-        python-version: ['3.8', '3.9']
+        python-version: ['3.8', '3.9', '3.10']
       fail-fast: false
     steps:
       -