Skip to content

Commit

Permalink
updating LTS to run with 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed May 7, 2024
1 parent a6546f7 commit 63768dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ jobs:
- name: Set up python for astropy lts test
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.11
- name: Install base dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: Test with tox
run: |
tox -e py310-astropylts
tox -e py311-astropylts
# Coverage test
cov_test:
Expand Down

0 comments on commit 63768dc

Please sign in to comment.