crate / cratedb-examples

A collection of clear and concise examples how to work with CrateDB.
Apache License 2.0
9 stars 7 forks source link

Use Python 3.10 on CI, at least for Jupyter Notebooks #422

Closed amotl closed 5 months ago

amotl commented 5 months ago

About

Because we are aiming to run a signifcant portion of the assets here on Google Colab, most notably the Jupyter Notebooks, we may want to follow their cadence of Python updates.

Currently, Google Colab still seems to be on Python 3.10 ^1, so we may want to adjust the corresponding CI jobs to validate just that, in order to avoid any surprises.

/cc @marijaselakovic, @surister, @ckurze

amotl commented 5 months ago

This patch will improve the situation.