Don't test on python 3.10 anymore till we update django & co

This commit is contained in:
Roland Geider
2022-01-13 19:05:19 +01:00
parent 415cfefe6b
commit 157ee86814

View File

@@ -17,7 +17,7 @@ jobs:
max-parallel: 3
matrix:
#TODO: pypy3 has problems compiling lxml
python-version: [ '3.7', '3.8', '3.9', '3.10', ]
python-version: [ '3.7', '3.8', '3.9', ]
name: CI job (python ${{ matrix.python-version }})
services: