Skip to content

Commit 9aff4cf

Browse files
authored
Merge pull request #274 from nicoddemus/release-3.7.0
2 parents f128a23 + 3c6b070 commit 9aff4cf

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3.7.0 (UNRELEASED)
1+
3.7.0 (2022-01-28)
22
------------------
33

44
* Python 3.10 now officially supported.

tox.ini

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.5.3
3-
envlist = py{37,38,39,310}, linting, norewrite
3+
envlist = py{37,38,39,310}, norewrite
44

55
[testenv]
66
passenv = USER USERNAME
@@ -14,18 +14,6 @@ commands =
1414
commands =
1515
pytest tests --assert=plain
1616

17-
[testenv:linting]
18-
usedevelop = True
19-
extras = dev
20-
basepython = python3.6
21-
commands = pre-commit run --all-files --show-diff-on-failure
22-
23-
[testenv:mypy]
24-
skip_install = true
25-
deps =
26-
mypy==0.800
27-
commands = mypy {posargs:src tests}
28-
2917
[pytest]
3018
addopts = -r a
3119
asyncio_mode = auto

0 commit comments

Comments
 (0)