Skip to content

Commit

Permalink
TST: dev tests on macOS + Windows; remove py>=311-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Apr 17, 2024
1 parent 95708b8 commit c17fef5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,18 @@ jobs:
# Test some configurations on Windows
- windows: py38-test
- windows: py310-test
- windows: py311-test
- windows: py312-test
- windows: py39-test
# Test against latest developer versions of some packages
- linux: py310-test-dev-all
- linux: py311-test-dev
- linux: py312-test-dev-all
- macos: py311-test-dev-all
- macos: py312-test-dev
- windows: py310-test-dev
publish:
needs: tests
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
Expand Down
8 changes: 3 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ changedir =
test: .tmp/{envname}
docs: doc
deps =
dev: numpy==2.0.0rc1
dev: scipy==1.13.0
dev: astropy==6.1.0rc1
dev: shapely>=0.0.dev0
dev: git+https://github.com/radio-astro-tools/casa-formats-io.git
dev: numpy>=0.0.dev0
dev: scipy>=0.0.dev0
dev: astropy>=0.0.dev0
# LTS
lts: astropy==5.0.*
lts: matplotlib==3.5.*
Expand Down

0 comments on commit c17fef5

Please sign in to comment.