bindings,ci,docs: Raise minimal Python version to 3.8
Python 3.6 and 3.7 are EOL.
This commit is contained in:
committed by
Gabriel Ferreira
parent
43dafda7cb
commit
215449d4e6
@@ -152,6 +152,6 @@ python-format-latest:
|
||||
extends: .python-format
|
||||
image: python:latest
|
||||
|
||||
python-format-3.6:
|
||||
python-format-3.8:
|
||||
extends: .python-format
|
||||
image: python:3.6
|
||||
image: python:3.8
|
||||
|
||||
Reference in New Issue
Block a user