You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Reference Issues/PRs
<!--Example: Fixes#1234. See also #3456.-->
#### What does this implement or fix?
Drops support for end of life Python 3.7. And removes codepaths checking
for `python < 3.8`
Also tweaks clang docker image to fix CI issue (where cmake was finding
wrong python version).
Also had to install cmake3 because now by default the manylinux_2_28
images have cmake4.
#### Any other comments?
Link to a [successful
build](https://github.com/man-group/ArcticDB/actions/runs/15613614393)
using this branch's workflow and `arcticdb-dev-clang:fixed-path` docker
image which I built locally.
And a link to [successful build with analysis
tools](https://github.com/man-group/ArcticDB/actions/runs/15613127117/).
Fails asv checks due to network error but benchmarking works fine
#### Checklist
<details>
<summary>
Checklist for code changes...
</summary>
- [ ] Have you updated the relevant docstrings, documentation and
copyright notice?
- [ ] Is this contribution tested against [all ArcticDB's
features](../docs/mkdocs/docs/technical/contributing.md)?
- [ ] Do all exceptions introduced raise appropriate [error
messages](https://docs.arcticdb.io/error_messages/)?
- [ ] Are API changes highlighted in the PR description?
- [ ] Is the PR labelled as enhancement or bug so it appears in
autogenerated release notes?
</details>
<!--
Thanks for contributing a Pull Request to ArcticDB! Please ensure you
have taken a look at:
- ArcticDB's Code of Conduct:
https://github.com/man-group/ArcticDB/blob/master/CODE_OF_CONDUCT.md
- ArcticDB's Contribution Licensing:
https://github.com/man-group/ArcticDB/blob/master/docs/mkdocs/docs/technical/contributing.md#contribution-licensing
-->
0 commit comments