From b082b42c026bea1efdbd95014dc70c16e12cc80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 23 Mar 2020 16:26:12 +0000 Subject: Increase minimum supported Python version to 3.7. This simplifies compatibility with usbmon-tools for the reversing tools, and will allow converting all the type annotations inline, which is less intrusive. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index d1898d8..273b641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.black] line-length = 88 -target-version = ['py35'] +target-version = ['py37'] exclude = ''' /( \.eggs -- cgit v1.2.3