crate / cratedb-examples

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

CI: Test Jupyter Notebooks also on Python 3.10 #425

Closed amotl closed 2 months ago

amotl commented 2 months ago

About

This patch adjusts CI, in order to optimize testing for Google Colab.

Details

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.

References