summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/run-test.yaml1
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 1 deletions
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 =