Skip to content

Commit

Permalink
Add spectral_cube, glue-qt to devdeps; test py312
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Oct 17, 2023
1 parent e895db9 commit 7e85d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 7e85d89

Please sign in to comment.