glue-viz / glue

Linked Data Visualizations Across Multiple Files
http://glueviz.org
Other
740 stars 153 forks source link

Drop support for Python 3.8 and 3.9 #2514

Closed CyclingNinja closed 2 months ago

CyclingNinja commented 2 months ago

Removes old python versions from builds and min required python

dhomeier commented 2 months ago

A bit puzzled why py310-test-dev is still running here, but not for glue-qt – is astropy>=0.0.dev0 resolved differently from git+https://github.com/astropy/astropy (weekly wheels or something)? Either way this may still start to fail here as well once the former are updated to astropy HEAD. Also does the LTS test need no replacement?

dhomeier commented 2 months ago

Either way this may still start to fail here as well once the former are updated to astropy HEAD.

@astrofrog, @CyclingNinja, astropy>=0.0.dev0 is now getting astropy==6.1.3 installed on py310-test-dev, so one dev test should probably be pushed to py312 (#2518).