Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CircleCI jobs for Maven installation and python builds (#693)
## Usage and product changes We fix two CircleCI issues: * `brew install maven` [has been failing](https://app.circleci.com/pipelines/github/typedb/typedb-driver/911/workflows/9571978a-e2c7-40cc-afd6-372356f267f7/jobs/7072) for Rosetta configuration; * python installation for Linux machines required a different process after we updated from `python3.8` to `python3.9` as a minimal version. ## Implementation * for the first issue, we update `xcode` version to match the first suitable macOS 13 version from [this table](https://circleci.com/docs/using-macos/#supported-xcode-versions), which is [required by brew](https://docs.brew.sh/Installation); * to install python3.9 on an amazonlinux machine, we build it with `make` as it's absent through `amazon-linux-extras` or `yum`.
- Loading branch information