Skip to content

Commit

Permalink
Add test run on Python 3.12
Browse files Browse the repository at this point in the history
Running the CI only on 3.10 seems old. Let's add a newer version with newer numpy etc. to the mix.
  • Loading branch information
hamogu committed May 20, 2024
1 parent e0d710e commit 9a6d96d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/tlr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,15 @@ jobs:
# python: 3.7
# toxenv: py37-test-oldestdeps

# - name: Python 3.8 with latest dev versions of key dependencies
# os: ubuntu-latest
# python: 3.8
# toxenv: py38-test-devdeps
- name: Newest Python with latest dev versions of key dependencies
os: ubuntu-latest
python: 3.12
toxenv: py312-test-devdeps

# - name: Test building of Sphinx docs
# os: ubuntu-latest
# python: 3.x
# toxenv: linkcheck

# - name: Test building of Sphinx docs
# os: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{39,310}-test{,-alldeps,-devdeps}{,-cov}
py{39,310,311,312}-test{,-alldeps,-devdeps}{,-cov}
py{39,310}-test-numpy{117,118}
py{39,310}-test-astropy{51,lts}
build_docs
Expand Down Expand Up @@ -57,7 +57,7 @@ deps =
astropy40: astropy==4.0.*
astropylts: astropy==4.0.*

devdeps: :NIGHTLY:numpy
devdeps: numpy>=0.0.dev0
devdeps: git+https://github.com/astropy/astropy.git#egg=astropy

# The following indicates which extras_require from setup.cfg will be installed
Expand Down

0 comments on commit 9a6d96d

Please sign in to comment.