Skip to content

Commit

Permalink
ci: update taskcluster test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Apr 25, 2023
1 parent 7476b05 commit 418dfdc
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'
Expand Down

0 comments on commit 418dfdc

Please sign in to comment.