diff --git a/.circleci/config.yml b/.circleci/config.yml index 711e2339..5ef4eaca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ workflows: - test: matrix: parameters: - python_version: ["3.10"] # ["3.8", "3.9", "3.10", "3.11", "3.12"] + python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"] arangodb_config: ["single", "cluster"] arangodb_license: ["community", "enterprise"] arangodb_version: ["3.10.10", "3.11.4", "latest"]