|
1 | 1 | [tox] |
2 | 2 | envlist = |
3 | | - py37-neo4j{4,5}-main-{standard,encrypted}, |
4 | | - py37-pyarrow{4,5,6,7,8,9,10,11,12}-main-{standard,encrypted}, |
5 | 3 | py{38,39}-neo4j{4,5}-pandas{1,2}-main-{standard,encrypted}, |
6 | 4 | py{38,39}-pandas{1,2}-pyarrow{4,5,6,7,8,9,10,11,12}-main-{standard,encrypted}, |
7 | 5 | py310-pandas{1,2}-pyarrow{7,8,9,10,11,12}-main-{standard,encrypted}, |
8 | 6 | py311-pandas{1,2}-pyarrow{10,11,12}-main-{standard,encrypted}, |
9 | 7 |
|
10 | | - py37-neo4j{4,5}-pullrequest-{standard,encrypted}, |
11 | 8 | py{38,39}-neo4j{4,5}-pullrequest-{standard,encrypted}, |
12 | 9 | py{310,311}-pullrequest-{standard,encrypted}, |
13 | 10 |
|
14 | 11 | py311-main-aura, |
15 | 12 |
|
16 | | - py37-neo4j{4,5}-pyarrow{10,11,12}-main-{cloud-architecture} |
17 | | - py37-pullrequest-{cloud-architecture} |
| 13 | + py38-neo4j{4,5}-pyarrow{10,11,12}-main-{cloud-architecture} |
| 14 | + py38-pullrequest-{cloud-architecture} |
18 | 15 |
|
19 | 16 | # Vary networkx versions only for relevant tests |
20 | 17 | py310-neo4j{4,5}-pandas{1,2}-pyarrow{7,12}-networkx{2,3}-main-nx |
|
0 commit comments