Skip to content

Commit f55740a

Browse files
chore: add py3.12 in tox.ini and add wheel
1 parent d705a92 commit f55740a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py{38,39,310,311},check_readme,check-dist
2+
envlist=py{38,39,310,311,312},check_readme,check-dist
33
requires= tox>4
44

55
[flake8]
@@ -14,6 +14,7 @@ deps=
1414
setuptools >= 45
1515
rich
1616
build
17+
wheel
1718
commands=
1819
python -X warn_default_encoding -m pytest {posargs}
1920

0 commit comments

Comments
 (0)