diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d87f10c..1306ecd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: matrix: # Run the unit tests both against our oldest supported Python version # and the newest stable. - python_version: [ "3.6", "3.x" ] + python_version: [ "3.7", "3.x" ] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 diff --git a/setup.cfg b/setup.cfg index 5c65d1b..57387cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,7 @@ classifiers = package_dir = =src packages = matrix_common -python_requires = >= 3.6 +python_requires = >= 3.7 install_requires = attrs importlib_metadata >= 1.4; python_version < '3.8'