Skip to content

Commit ecd828a

Browse files
committed
[MNT] Adding python 3.10 testing to CI
1 parent 17c79f9 commit ecd828a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: docs build
3131
os: ubuntu-latest
32-
python: 3.8
32+
python: 3.9
3333
toxenv: build_docs
3434
toxargs: -v
3535

@@ -41,8 +41,8 @@ jobs:
4141

4242
- name: astropy dev with all dependencies with coverage
4343
os: ubuntu-latest
44-
python: 3.9
45-
toxenv: py39-test-alldeps-devastropy-cov
44+
python: 3.10
45+
toxenv: py310-test-alldeps-devastropy-cov
4646
toxargs: -v
4747

4848
- name: Python 3.7 with all optional dependencies (MacOS X)

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{37,38,39}-test{,-alldeps,-oldestdeps}{,-devastropy}{,-cov}
3+
py{37,38,39,310}-test{,-alldeps,-oldestdeps}{,-devastropy}{,-cov}
44
codestyle
55
build_docs
66
requires =
@@ -41,8 +41,8 @@ deps =
4141

4242
extras =
4343
test
44-
!py39-alldeps: all_lt_39
45-
py39-alldeps: all
44+
!py{37,38}-alldeps: all_lt_39
45+
py{39,310}-alldeps: all
4646

4747
commands =
4848
pip freeze

0 commit comments

Comments
 (0)