Skip to content

Commit 1e5eb19

Browse files
committed
attempt: 3.9
1 parent 48b4bfe commit 1e5eb19

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ workflows:
131131
- test:
132132
matrix:
133133
parameters:
134-
python_version: ["3.10", "3.11", "3.12"]
134+
python_version: ["3.9", "3.10", "3.11", "3.12"]
135135
- test-gpu:
136136
requires:
137137
- lint

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Benefits of having ArangoDB as a backend to NetworkX include:
8989

9090
Requirements
9191
------------
92-
- Python 3.10+
92+
- Python 3.9+
9393
- NetworkX 3.0+
9494
- ArangoDB 3.10+
9595

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ authors = [
1515
{ name = "ArangoDB" },
1616
]
1717
license = { text = "Apache 2.0" }
18-
requires-python = ">=3.10"
18+
requires-python = ">=3.9"
1919
classifiers = [
2020
"License :: OSI Approved :: Apache Software License",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
23+
"Programming Language :: Python :: 3.9",
2324
"Programming Language :: Python :: 3.10",
2425
"Programming Language :: Python :: 3.11",
2526
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)