diff --git a/.circleci/config.yml b/.circleci/config.yml index 27f4b958..41e8047d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 35aa7763..1d950429 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ 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", @@ -30,8 +31,8 @@ classifiers = [ 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]