Skip to content

Commit 543319c

Browse files
committed
setup: Require Python >= 3.7
1 parent 99b0282 commit 543319c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author_email = [email protected]
1111

1212
setup_requires = cffi>=1.13
1313
install_requires = cffi>=1.13,numpy>=1.12
14-
python_requires = >=3.6
14+
python_requires = >=3.7
1515

1616

1717
[coverage:run]

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[tox]
22
skip_missing_interpreters = True
33
envlist =
4-
py36-npy{112,119}
54
py37-npy{115,121}
65
py38-npy{118,121}
76
py39-npy{120,121}

0 commit comments

Comments
 (0)