Skip to content

Commit

Permalink
new: support py313
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jan 8, 2025
1 parent 9de6dbc commit 0922975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ workflows:
- test:
matrix:
parameters:
python_version: ["3.10", "3.11", "3.12.2"]
python_version: ["3.10", "3.11", "3.12", "3.13"]
- test-gpu:
requires:
- lint
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"networkx>=3.0,<=3.4",
"phenolrs~=0.5",
"python-arango~=8.1",
"adbnx-adapter~=5.0.5"
"python-arango~=8",
"adbnx-adapter~=5"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 0922975

Please sign in to comment.