Skip to content

Commit

Permalink
attempt 3.12 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Aug 18, 2023
1 parent 740b7b4 commit 8304a7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
- linux: py39-devdeps-parallel
- linux: py310-devdeps-parallel
- linux: py311-devdeps-parallel
- linux: devdeps-parallel
python-version: "3.12.0-rc.1"
oldest:
needs: [core, asdf-schemas]
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
env_list =
compatibility
coverage
py{39,310,311}{,-compatibility,-coverage,-jsonschema}{,-parallel}
py{39,310,311,312}{,-compatibility,-coverage,-jsonschema}{,-parallel}
asdf{-standard,-transform-schemas,-unit-schemas,-wcs-schemas,-coordinates-schemas,-astropy}
gwcs
jwst
Expand All @@ -12,6 +12,7 @@ env_list =
weldx
sunpy
dkist
devdeps{,-parallel}

[testenv]
set_env =
Expand Down

0 comments on commit 8304a7c

Please sign in to comment.