From: Trenton Holmes Date: Wed, 13 Apr 2022 22:02:21 +0000 (-0700) Subject: Adds Python 3.10 to the backend test matrix X-Git-Tag: v1.8.0-beta.rc1~174^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F782%2Fhead;p=thirdparty%2Fpaperless-ngx.git Adds Python 3.10 to the backend test matrix --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee22ae9297..ceabd191d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: -