From 807b252331ae9e3b5bb78a675e1ba0d33b65ba19 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Tue, 21 Nov 2023 21:25:02 -0500 Subject: [PATCH] update Python versions in CI --- python/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/.gitlab-ci.yml b/python/.gitlab-ci.yml index b1a8599..781f5ba 100644 --- a/python/.gitlab-ci.yml +++ b/python/.gitlab-ci.yml @@ -34,7 +34,7 @@ test:python: image: docker.io/python:$PYTHON_VERSIONS parallel: matrix: - - PYTHON_VERSIONS: [ "3.6", "3.7", "3.8", "3.9" ] + - PYTHON_VERSIONS: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] script: - pip install tox - make headers