diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 88153afadaa4e5947f8d3a3331f1221e71b5cf10..a6b1249dbc9f44ecd12504b3f9293c52cebfa87a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
   - publish_doc
 
 variables:
-    PYENV_PYTHON_VERSION: 3.5.5
+    PYENV_PYTHON_VERSION: 3.6.4
 
 image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.4
 
@@ -57,7 +57,6 @@ format:
     - .changes
   stage: format
   script:
-    - pyenv shell 3.6.4  # black install and run needs python 3.6.x minimum
     - pip install -r requirements_dev.txt
     - make check-format
 
@@ -76,7 +75,6 @@ check:
     - .changes
   stage: test
   script:
-    - pyenv shell 3.6.4  # black install needs python 3.6.x minimum
     - pip install -r requirements.txt
     - pip install -r requirements_dev.txt
     - make mypy
@@ -125,7 +123,6 @@ pages:
     - tags
     - master
   script:
-    - pyenv shell 3.6.4  # black install needs python 3.6.x minimum
     - pip install -r requirements.txt
     - pip install -r requirements_dev.txt
     - make docs