Skip to content

Commit 7d796a8

Browse files
committed
TOX: Update environment list to match CI targets
1 parent 5f6c838 commit 7d796a8

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

tox.ini

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
requires =
33
tox>=4
44
envlist =
5-
py38-{none,min,full}
6-
py3{9,10}-full
7-
py3{11,12}-{none,pre,full}
5+
# No preinstallations
6+
py3{8,9,10,11,12}-none
7+
# Minimum Python
8+
py38-{min,full}
9+
# x86 support range
10+
py3{9,10,11}-{full,pre}-{x86,x64}
11+
py3{9,10,11}-pre-{x86,x64}
12+
# x64-only range
13+
py312-{full,pre}-x64
814
doctest
915
style
1016
typecheck
@@ -27,6 +33,7 @@ DEPENDS =
2733

2834
ARCH =
2935
x64: x64
36+
x86: x86
3037

3138
CHECK =
3239
build: build

0 commit comments

Comments
 (0)