From 7e85d8905866db7a5dc32824614a17e4de22db49 Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Tue, 17 Oct 2023 17:53:23 +0200 Subject: [PATCH] Add spectral_cube, glue-qt to devdeps; test py312 --- .github/workflows/main.yml | 1 + tox.ini | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 444b74b..9472287 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,6 +37,7 @@ jobs: - linux: py39-test - linux: py310-test-dev - linux: py311-test-dev + - linux: py312-test-dev - macos: py311-test - windows: py38-test diff --git a/tox.ini b/tox.ini index b3c3247..ed30055 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{38,39,310,311}-{test,docs,codestyle}-{dev} +envlist = py{38,39,310,311,312}-{test,docs,codestyle}-{dev} requires = pip >= 18.0 setuptools >= 30.3.0 @@ -13,6 +13,8 @@ deps = dev: git+https://github.com/astropy/specutils dev: git+https://github.com/astropy/regions dev: git+https://github.com/glue-viz/glue + dev: git+https://github.com/glue-viz/glue-qt + dev: git+https://github.com/radio-astro-tools/spectral-cube extras = test: test docs: docs