Skip to content

Commit 6e14667

Browse files
committed
update tox.ini
1 parent 480807e commit 6e14667

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ deps =
1010
hypothesis~=6.35.0
1111
pyserial~=3.5
1212
parameterized~=0.8
13-
asammdf>=6.0; platform_python_implementation=="CPython" and python_version<"3.13"
14-
pywin32>=305; platform_system=="Windows" and platform_python_implementation=="CPython" and python_version<"3.13"
13+
asammdf>=6.0; platform_python_implementation=="CPython" and python_version<"3.14"
14+
pywin32>=305; platform_system=="Windows" and platform_python_implementation=="CPython" and python_version<"3.14"
1515

1616
commands =
1717
pytest {posargs}
1818

1919
extras =
2020
canalystii
2121

22-
recreate = True
23-
2422
[testenv:gh]
2523
passenv =
2624
CI

0 commit comments

Comments
 (0)