mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Don't test on python 3.10 anymore till we update django & co
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user