We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed42fed commit b884d9dCopy full SHA for b884d9d
setup.py
@@ -27,6 +27,7 @@
27
"Programming Language :: Python :: 3.9",
28
"Programming Language :: Python :: 3.10",
29
"Programming Language :: Python :: 3.11",
30
+ "Programming Language :: Python :: 3.12",
31
"Topic :: Database",
32
"Topic :: Scientific/Engineering",
33
"Topic :: Software Development",
tox.ini
@@ -5,18 +5,19 @@ envlist =
5
py310-pandas1-pyarrow{10,11,12,13,14}-main-{standard,encrypted},
6
py311-pandas1-pyarrow{10,11,12,13,14}-main-{standard,encrypted},
7
py{38,39,310,311}-pandas2-pyarrow{12,13,14}-main-{standard,encrypted},
8
+ py312-pandas2-pyarrow14-main-{standard,encrypted},
9
10
py{38,39}-neo4j{4,5}-pullrequest-{standard,encrypted},
- py{310,311}-pullrequest-{standard,encrypted},
11
+ py{310,311,312}-pullrequest-{standard,encrypted},
12
13
py311-main-aura,
14
15
py38-neo4j{5}-pyarrow{14}-main-{cloud-architecture}
16
py38-pullrequest-{cloud-architecture}
17
18
# Vary networkx versions only for relevant tests
- py310-neo4j{4,5}-pandas1-pyarrow7-networkx{2,3}-main-nx
19
- py310-neo4j{4,5}-pandas2-pyarrow14-networkx{2,3}-main-nx
+ py311-neo4j{4,5}-pandas1-pyarrow7-networkx{2,3}-main-nx
20
+ py311-neo4j{4,5}-pandas2-pyarrow14-networkx{2,3}-main-nx
21
py311-networkx3-pullrequest-nx
22
23
jupyter-notebook-ci
0 commit comments