From 418dfdcf7a183bdc7c325d313593f81e6b4b196a Mon Sep 17 00:00:00 2001 From: pyoor Date: Tue, 25 Apr 2023 13:06:00 -0400 Subject: [PATCH] ci: update taskcluster test matrix --- .taskcluster.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 3b683d3..11bdf67 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -20,10 +20,6 @@ tasks: - tox; tox -e codecov jobs: include: - - name: tests python 3.7 - version: "3.7" - env: - TOXENV: py37 - name: tests python 3.8 version: "3.8" env: @@ -32,14 +28,22 @@ tasks: version: "3.9" env: TOXENV: py39 + - name: tests python 3.10 + version: "3.10" + env: + TOXENV: py310 + - name: tests python 3.11 + version: "3.11" + env: + TOXENV: py311 - name: lint - version: "3.9" + version: "3.10" env: TOXENV: lint script: - tox - name: semantic-release - version: "3.8" + version: "3.10" script: - bash - '-xec'