Skip to content

Commit cf9af13

Browse files
committed
feat: Drop python3.5 and add python3.7
1 parent 62555db commit cf9af13

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Pipfile

-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ python-dotenv = "*"
1212
pytest = "*"
1313
pytest-cov = "*"
1414
hypothesis = "*"
15-
16-
[requires]
17-
python_version = "3.6"

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py35, py36
2+
envlist = py36, py37
33
skipsdist=True
44

55
[testenv]

0 commit comments

Comments
 (0)