8000 3.12.4 updates by apetenchea · Pull Request #361 · arangodb/python-arango · GitHub
[go: up one dir, main page]

Skip to content

3.12.4 updates #361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading 8000
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into feature/3.12.4-updates
# Conflicts:
#	.circleci/config.yml
  • Loading branch information
apetenchea committed Feb 24, 2025
commit 7656699fe19a57ce9017c602748d3f41c0aa69ad
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ workflows:
name: Python (<< matrix.python_version >>) - ArangoDB (<< matrix.arangodb_license >>, << matrix.arangodb_version >> << matrix.arangodb_config >>)
matrix:
parameters:
# TODO: Revisit why pyenv doesn't recognize 3.12
python_version: ["3.9", "3.10", "3.11"] # "3.12"
python_version: ["3.9", "3.10", "3.11", "3.12"]
arangodb_config: ["single", "cluster"]
arangodb_license: ["community", "enterprise"]
arangodb_version: ["3.11", "latest"]
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0