We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453f74b commit 8bd2d11Copy full SHA for 8bd2d11
.circleci/config.yml
@@ -11,10 +11,10 @@ workflows:
11
name: Python (<< matrix.python_version >>) - ArangoDB (<< matrix.arangodb_license >>, << matrix.arangodb_version >> << matrix.arangodb_config >>)
12
matrix:
13
parameters:
14
- python_version: ["3.9", "3.10", "3.11", "3.12"]
+ python_version: ["3.10", "3.11", "3.12"]
15
arangodb_config: ["single", "cluster"]
16
- arangodb_license: ["community", "enterprise"]
17
- arangodb_version: ["3.11", "latest"]
+ arangodb_license: ["enterprise"]
+ arangodb_version: ["latest"]
18
19
jobs:
20
lint:
0 commit comments