Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spectral_cube, glue-qt to devdeps; test py312 #98

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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