Skip to content

Commit

Permalink
Merge pull request #83 from pllim/patch-1
Browse files Browse the repository at this point in the history
Bump glue-core minversion to 1.6.1
  • Loading branch information
dhomeier authored Jan 31, 2023
2 parents a9fdd15 + 13cb6e0 commit 5e9cd27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:
envs: |
# Standard tests
- linux: py37-test
- linux: py38-test
- linux: py39-test
- linux: py310-test-dev
- linux: py311-test-dev
- macos: py37-test
- macos: py311-test
- windows: py38-test
- windows: py39-test-dev
- macos: py310-test-dev
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ long_description_content_type = text/x-rst
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
python_requires = >=3.8
setup_requires =
setuptools_scm
install_requires =
astropy>=4.0
glue-core>=1.0
glue-core>=1.6.1
regions>=0.4
specutils>=0.7
specreduce>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,38,39,310,311}-{test,docs,codestyle}-{dev}
envlist = py{38,39,310,311}-{test,docs,codestyle}-{dev}
requires = pip >= 18.0
setuptools >= 30.3.0

Expand Down

0 comments on commit 5e9cd27

Please sign in to comment.