From f38f329abcc7a4cd1ab295c7d6902e7719bf6310 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Tue, 2 Nov 2021 21:34:09 +0100 Subject: chore: review feedback --- .github/workflows/run-test.yaml | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 519a444..884200a 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -12,6 +12,7 @@ jobs: strategy: matrix: python-version: + - "3.5" - "3.6" - "3.7" - "3.8" diff --git a/setup.cfg b/setup.cfg index dc7d900..0a232c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ project_urls = Issue Tracker=https://github.com/falconry/python-mimeparse [options] -python_requires = >=3.6 +python_requires = >=3.5 py_modules = mimeparse install_requires = tests_require = -- cgit v1.2.1