We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e278e commit 392390eCopy full SHA for 392390e
.circleci/config.yml
@@ -11,8 +11,7 @@ workflows:
11
name: Python (<< matrix.python_version >>) - ArangoDB (<< matrix.arangodb_license >>, << matrix.arangodb_version >> << matrix.arangodb_config >>)
12
matrix:
13
parameters:
14
- # TODO: Revisit why pyenv doesn't recognize 3.12
15
- python_version: ["3.8", "3.9", "3.10", "3.11"] # "3.12"
+ python_version: ["3.9", "3.10", "3.11", "3.12"]
16
arangodb_config: ["single", "cluster"]
17
arangodb_license: ["community", "enterprise"]
18
arangodb_version: ["3.11", "latest"]
0 commit comments