Skip to content

Commit

Permalink
ci: Add Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Jul 4, 2024
1 parent a3029cf commit 224641c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
4 changes: 4 additions & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ tasks:
version: "3.11"
env:
TOXENV: py311,lint
- name: tests python 3.12
version: "3.12"
env:
TOXENV: py312,lint
- name: semantic-release
version: "3.8"
script:
Expand Down
16 changes: 0 additions & 16 deletions setup.py

This file was deleted.

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 224641c

Please sign in to comment.