Skip to content

Commit

Permalink
Add spectral-cube+radio-beam, 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 b9e1bc3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
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
13 changes: 8 additions & 5 deletions 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 @@ -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
Expand Down

0 comments on commit b9e1bc3

Please sign in to comment.