Skip to content

Commit b884d9d

Browse files
committed
Support Python 3.12
1 parent ed42fed commit b884d9d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
3031
"Topic :: Database",
3132
"Topic :: Scientific/Engineering",
3233
"Topic :: Software Development",

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ envlist =
55
py310-pandas1-pyarrow{10,11,12,13,14}-main-{standard,encrypted},
66
py311-pandas1-pyarrow{10,11,12,13,14}-main-{standard,encrypted},
77
py{38,39,310,311}-pandas2-pyarrow{12,13,14}-main-{standard,encrypted},
8+
py312-pandas2-pyarrow14-main-{standard,encrypted},
89

910
py{38,39}-neo4j{4,5}-pullrequest-{standard,encrypted},
10-
py{310,311}-pullrequest-{standard,encrypted},
11+
py{310,311,312}-pullrequest-{standard,encrypted},
1112

1213
py311-main-aura,
1314

1415
py38-neo4j{5}-pyarrow{14}-main-{cloud-architecture}
1516
py38-pullrequest-{cloud-architecture}
1617

1718
# Vary networkx versions only for relevant tests
18-
py310-neo4j{4,5}-pandas1-pyarrow7-networkx{2,3}-main-nx
19-
py310-neo4j{4,5}-pandas2-pyarrow14-networkx{2,3}-main-nx
19+
py311-neo4j{4,5}-pandas1-pyarrow7-networkx{2,3}-main-nx
20+
py311-neo4j{4,5}-pandas2-pyarrow14-networkx{2,3}-main-nx
2021
py311-networkx3-pullrequest-nx
2122

2223
jupyter-notebook-ci

0 commit comments

Comments
 (0)