Skip to content

Commit

Permalink
another attempt at 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Aug 21, 2023
1 parent 740b7b4 commit d947849
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@ jobs:
- macos: py39-parallel
- windows: py39-parallel
dev312:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
default_python: '3.12.0-rc.1'
envs: |
- linux: devdeps
setenv: |
AIOHTTP_NO_EXTENSIONS: 1
dev:
needs: [core, asdf-schemas]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
env_list =
compatibility
coverage
devdep{,-parallel}
py{39,310,311}{,-compatibility,-coverage,-jsonschema}{,-parallel}
asdf{-standard,-transform-schemas,-unit-schemas,-wcs-schemas,-coordinates-schemas,-astropy}
gwcs
Expand Down

0 comments on commit d947849

Please sign in to comment.