CI: Remove Python 3.{7,8}
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
33e4f7c84b
commit
61f87c1e10
1 changed files with 0 additions and 26 deletions
|
@ -3,12 +3,6 @@
|
|||
stages:
|
||||
- lint
|
||||
|
||||
.python-3.7:
|
||||
image: python:3.7
|
||||
|
||||
.python-3.8:
|
||||
image: python:3.8
|
||||
|
||||
.python-3.9:
|
||||
image: python:3.9
|
||||
|
||||
|
@ -34,26 +28,6 @@ stages:
|
|||
- mypyc --ignore-missing-imports ./slixmpp_omemo
|
||||
allow_failure: true
|
||||
|
||||
lint-3.7-pylint:
|
||||
extends:
|
||||
- .python-3.7
|
||||
- .pylint
|
||||
|
||||
lint-3.8-pylint:
|
||||
extends:
|
||||
- .python-3.8
|
||||
- .pylint
|
||||
|
||||
lint-3.7-mypy:
|
||||
extends:
|
||||
- .python-3.7
|
||||
- .mypy
|
||||
|
||||
lint-3.8-mypy:
|
||||
extends:
|
||||
- .python-3.8
|
||||
- .mypy
|
||||
|
||||
lint-3.9-pylint:
|
||||
extends:
|
||||
- .python-3.9
|
||||
|
|
Loading…
Reference in a new issue