Merge pull request #782 from paperless-ngx/add-python-3-10

Adds Python 3.10 to the backend test matrix
This commit is contained in:
Quinn Casey 2022-04-21 11:13:50 -07:00 committed by GitHub
commit 5c1c5b5b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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:
-