summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-11-24 20:08:49 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-11-24 20:08:49 -0500
commit0019b0af43b9e381e2f0b14753d1bf40ce204490 (patch)
tree18c7fe00a00659d1eb0c8a8ab1ee188bb37c9115
parentaae281a9ff6c9a1fa9daad82c79457e8770a1c7e (diff)
downloadpytest-runner-0019b0af43b9e381e2f0b14753d1bf40ce204490.tar.gz
Require Python 3.7 or later.
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6aad7f1..5424298 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python:
- - 3.6
+ - 3.7
- 3.9
- "3.10"
platform:
diff --git a/setup.cfg b/setup.cfg
index 0f7d652..bd1da7a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,7 +15,7 @@ classifiers =
[options]
packages = find_namespace:
include_package_data = true
-python_requires = >=3.6
+python_requires = >=3.7
install_requires =
[options.packages.find]