diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 273cbbb..0f81f5d 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.7", "3.x" ] + python_version: [ "3.8", "3.x" ] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 diff --git a/setup.cfg b/setup.cfg index 8b0779c..494b8d3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,12 +27,12 @@ dev = ldaptor # for type checking - mypy == 0.910 + mypy == 1.9.0 types-setuptools # for linting black == 22.3.0 - flake8 == 4.0.1 + flake8 == 7.0.0 isort == 5.9.3 [flake8]