Skip to content

Commit 61970a7

Browse files
committed
Drop testing python3.6 as pytest-doctestplus etc. requires >=3.7
1 parent bbda889 commit 61970a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535

3636
- name: oldest dependencies
3737
os: ubuntu-latest
38-
python: 3.6
39-
toxenv: py36-test-oldestdeps
38+
python: 3.7
39+
toxenv: py37-test-oldestdeps
4040
toxargs: -v
4141

4242
- name: astropy dev with all dependencies with coverage

tox.ini

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

0 commit comments

Comments
 (0)