From 1c22e683f71f5e6b965cb8be16626c87c981d41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek=20Ehlert?= Date: Thu, 19 Jan 2023 11:24:30 +0100 Subject: [PATCH] Add new Pythons in Gitlab CI config --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8ccaa4..4a749f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,3 +31,12 @@ nosetest-3.7: nosetest-3.8: extends: .nosetest image: python:3.8-alpine +nosetest-3.9: + extends: .nosetest + image: python:3.9-alpine +nosetest-3.10: + extends: .nosetest + image: python:3.10-alpine +nosetest-3.11: + extends: .nosetest + image: python:3.11-alpine