Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit fc99cc8

Browse files
committed
Drop Python 3.5 support and pypy 3.6 support
To allow for typing annotations and enforcement of typing annotations, we need to: - Drop Python 3.5 support since it doesn't support the syntax - Drop pypy 3.6 support since it doesn't support mypy
1 parent b70941b commit fc99cc8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[tox]
2-
envlist = pypy3, py35, py36, py37, py38, py39, py310
2+
envlist = pypy38, py36, py37, py38, py39, py310
33

44
[gh-actions]
55
python =
6-
pypy-3: pypy3
7-
3.5: py35
6+
pypy-38: pypy38
87
3.6: py36
98
3.7: py37
109
3.8: py38

0 commit comments

Comments
 (0)