man-group / ArcticDB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.52k stars 93 forks source link

Make python 3.10 default for persistence storage test #1916

Closed phoebusm closed 2 weeks ago

phoebusm commented 1 month ago

Reference Issues/PRs

python 3.12 has been made to be the default python for github ubuntu runner. We don't support it yet so we need to make python 3.10 to be the default python used in persistent storage test.

What does this implement or fix?

Any other comments?

Checklist

Checklist for code changes... - [ ] 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?
phoebusm commented 1 month ago

Pending fix on mono on the pipeline to pass the tests