Skip to content

Commit 392390e

Browse files
authored
attempt: 3.12 CI (#362)
1 parent a9e278e commit 392390e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ workflows:
1111
name: Python (<< matrix.python_version >>) - ArangoDB (<< matrix.arangodb_license >>, << matrix.arangodb_version >> << matrix.arangodb_config >>)
1212
matrix:
1313
parameters:
14-
# TODO: Revisit why pyenv doesn't recognize 3.12
15-
python_version: ["3.8", "3.9", "3.10", "3.11"] # "3.12"
14+
python_version: ["3.9", "3.10", "3.11", "3.12"]
1615
arangodb_config: ["single", "cluster"]
1716
arangodb_license: ["community", "enterprise"]
1817
arangodb_version: ["3.11", "latest"]

0 commit comments

Comments
 (0)