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..e1b86fa 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 @@ -9,10 +9,13 @@ passenv = changedir = docs: docs deps = - dev: git+https://github.com/astropy/astropy - 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/astropy/astropy.git + dev: git+https://github.com/astropy/specutils.git + dev: git+https://github.com/astropy/regions.git + dev: git+https://github.com/glue-viz/glue.git + dev: git+https://github.com/glue-viz/glue-qt.git + dev: git+https://github.com/radio-astro-tools/spectral-cube.git + dev: git+https://github.com/radio-astro-tools/radio-beam.git extras = test: test docs: docs