Skip to content

Commit

Permalink
[ci] Add Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Nov 16, 2022
1 parent baaad6a commit f5d8afd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,28 @@ tasks:
version: "3.8"
env:
TOXENV: py38,lint
- name: test python 3.8 (windows)
version: "3.8"
platform: windows
env:
TOXENV: py38
- name: tests python 3.9
version: "3.9"
env:
TOXENV: py39,lint
- name: tests python 3.9 (macos)
version: "3.9"
platform: macos
env:
TOXENV: py39
- name: tests python 3.10
version: "3.10"
env:
TOXENV: py310,lint
- name: tests python 3.10 (macos)
version: "3.10"
platform: macos
env:
TOXENV: py310
- name: test python 3.10 (windows)
version: "3.10"
platform: windows
env:
TOXENV: py310
- name: tests python 3.11
version: "3.11"
env:
TOXENV: py311,lint
- name: PyPI upload
version: "3.8"
env:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,38,39,310},lint
envlist = py{37,38,39,310,311},lint
skip_missing_interpreters = true
tox_pip_extensions_ext_venv_update = true

Expand Down

0 comments on commit f5d8afd

Please sign in to comment.