Skip to content

Commit 00ef666

Browse files
committed
Use python 3.10 for neo4j 6 testing
dropped support for 3.9
1 parent 7e555b6 commit 00ef666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ envlist =
2525

2626

2727
# PR envs
28-
py39-neo4j{4,5,6}-pullrequest-{standard,encrypted},
29-
py{310,311,312,313}-pullrequest-standard,
28+
py10-neo4j{4,5,6}-pullrequest-{standard,encrypted},
29+
py{39,311,312,313}-pullrequest-standard,
3030
py39-pullrequest-{cloud-architecture}
3131
py311-networkx3-pullrequest-nx
3232

0 commit comments

Comments
 (0)