Skip to content

Commit

Permalink
DNM: dev tests on macOS + Windows; remove py311-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Apr 17, 2024
1 parent 95708b8 commit 1ce5283
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,19 @@ 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
- windows: py312-test-dev
publish:
needs: tests
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ 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: numpy>=0.0.dev0
dev: scipy>=0.0.dev0
dev: astropy>=0.0.dev0
dev: pandas>=0.0.dev0
dev: git+https://github.com/radio-astro-tools/casa-formats-io.git
# LTS
lts: astropy==5.0.*
Expand Down

0 comments on commit 1ce5283

Please sign in to comment.