Skip to content

Commit

Permalink
Merge pull request #19 from hamogu/modern_python
Browse files Browse the repository at this point in the history
Add test run on Python 3.12
  • Loading branch information
alexbinks authored May 21, 2024
2 parents 8e70b95 + 9a6d96d commit da6a57d
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 da6a57d

Please sign in to comment.