Skip to content

Commit

Permalink
[ci] Add Python 3.12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Jul 4, 2024
1 parent 2ef2303 commit dca1dc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ tasks:
version: "3.11"
env:
TOXENV: py311,lint
- name: tests python 3.12
version: "3.12"
env:
TOXENV: py312,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{38,39,310,311},lint
envlist = py{38,39,310,311,312},lint
skip_missing_interpreters = true
tox_pip_extensions_ext_venv_update = true

Expand Down

0 comments on commit dca1dc2

Please sign in to comment.