Skip to content

Commit

Permalink
Add py3.12dev CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Sep 8, 2023
1 parent fa31fab commit b245479
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ jobs:
allow_failure: true
prefix: '(Allowed failure)'

- os: ubuntu-latest
python: '3.12-dev'
tox_env: 'py312-test-devdeps'
toxposargs: --remote-data=any --verbose
allow_failure: true
prefix: '(Allowed failure)'

steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
10 changes: 7 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist =
py{38,39,310,311}-test{,-alldeps,-devdeps,-oldestdeps,-devinfra}{,-cov}
py{38,39,310,311}-test-numpy{118,119,120,121,122,123}
py{38,39,310,311}-test-astropy{50,lts}
py{38,39,310,311,312}-test{,-alldeps,-devdeps,-oldestdeps,-devinfra}{,-cov}
py{38,39,310,311,312}-test-numpy{118,119,120,121,122,123,124,125}
py{38,39,310,311,312}-test-astropy{50,lts}
build_docs
linkcheck
codestyle
Expand Down Expand Up @@ -50,6 +50,8 @@ description =
numpy121: with numpy 1.21.*
numpy122: with numpy 1.22.*
numpy123: with numpy 1.23.*
numpy124: with numpy 1.24.*
numpy125: with numpy 1.25.*
astropy50: with astropy 5.0.*
astropylts: with the latest astropy LTS
casa: with casatools and casatasks
Expand All @@ -64,6 +66,8 @@ deps =
numpy121: numpy==1.21.*
numpy122: numpy==1.22.*
numpy123: numpy==1.23.*
numpy124: numpy==1.24.*
numpy125: numpy==1.25.*

astropy50: astropy==5.0.*
astropylts: astropy==5.0.*
Expand Down

0 comments on commit b245479

Please sign in to comment.