Skip to content

Commit 900fb7a

Browse files
committed
CI: fix tox Python 3.7 compatibility (#1107)
1 parent 610ca2e commit 900fb7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[tox]
22
envlist = py{37,38,39,310,311,312,313}-{unit,integration,performance}
3+
# for Python 3.7 support (https://github.com/tox-dev/tox/issues/3416#issuecomment-2426989929)
4+
requires = virtualenv<20.22.0
35

46
[testenv]
57
passenv = TEST_NEO4J_*

0 commit comments

Comments
 (0)