Skip to content

Commit d2f3c34

Browse files
committed
bump python versions up; fix bug in tox.ini
1 parent 0484984 commit d2f3c34

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/saomsg-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- name: Codestyle
3232
linux: codestyle
3333
34-
- name: Python 3.12 on Linux with all dependencies, remote data, and coverage
35-
linux: py312-test-cov
34+
- name: Python 3.13 on Linux with all dependencies, remote data, and coverage
35+
linux: py313-test-cov
3636
coverage: codecov
3737
toxargs: -v
3838
posargs: --remote-data=any
3939
40-
- name: (Allowed Failure) Python 3.12 on Linux with dev dependencies
41-
linux: py312-test-astropydev
40+
- name: (Allowed Failure) Python 3.13 on Linux with dev dependencies
41+
linux: py313-test-astropydev
4242
toxargs: -v

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ pip-wheel-metadata/
6161

6262
# Mac OSX
6363
.DS_Store
64+
.tmp/

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
py{311,312}{,-test}{,-cov}
4-
py{311,312}-{numpy,astropy}dev
3+
py{312,313}{,-test}{,-cov}
4+
py{312,313}-{numpy,astropy}dev
55
build_docs
66
linkcheck
77
codestyle
@@ -47,8 +47,7 @@ commands =
4747
--entrypoint="/usr/bin/tclsh" python:latest msg_test.tcl
4848
pip freeze
4949
!cov: pytest --pyargs saomsg {posargs}
50-
cov: pytest --pyargs saomsg --cov saomsg \
51-
--cov-config={toxinidir}/pyproject.toml {posargs}
50+
cov: pytest --pyargs saomsg --cov saomsg --cov-config={toxinidir}/pyproject.toml {posargs}
5251
cov: coverage xml -o {toxinidir}/coverage.xml
5352
docker stop msg
5453

0 commit comments

Comments
 (0)