From 61127f0c8b1aab37774dea5262248f257447003b Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 25 Oct 2020 16:09:49 +0100 Subject: [PATCH] [ci] #294: Add test-3.9 job Using runner tag 'poetry-56' replacing test-3.5 job load --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7571d89..160b3708 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,6 +70,12 @@ tests-3.8: variables: PYTHON_VERSION: "3.8" +tests-3.9: + extends: .tests + tags: [poetry-56] + variables: + PYTHON_VERSION: "3.9" + pypi_test: stage: publish rules: -- GitLab