Skip to content

Commit 035ea4b

Browse files
committed
add wheel build to tox
1 parent a265c23 commit 035ea4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# For more information about tox, see https://tox.readthedocs.io/en/latest/
22
[tox]
3-
envlist = py{39,310,311,312}-{linux,macos,windows}
3+
envlist = py{39,310,311,312,313}-{linux,macos,windows}
44
isolated_build=true
55

66
[gh-actions]
@@ -17,6 +17,8 @@ PLATFORM =
1717
windows-latest: windows
1818

1919
[testenv]
20+
package = wheel
21+
wheel_build_env = .pkg
2022
platform =
2123
macos: darwin
2224
linux: linux

0 commit comments

Comments
 (0)