Skip to content

Commit 1cb8d10

Browse files
authored
Light housekeeping and fix up CI (#190)
* Bump up minimum Python to 3.8 in CI * Bump up lint tools
1 parent bc90bde commit 1cb8d10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
# Run the unit tests both against our oldest supported Python version
3636
# and the newest stable.
37-
python_version: [ "3.7", "3.x" ]
37+
python_version: [ "3.8", "3.x" ]
3838
steps:
3939
- uses: actions/checkout@v2
4040
- uses: actions/setup-python@v2

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ dev =
2727
ldaptor
2828

2929
# for type checking
30-
mypy == 0.910
30+
mypy == 1.9.0
3131
types-setuptools
3232

3333
# for linting
3434
black == 22.3.0
35-
flake8 == 4.0.1
35+
flake8 == 7.0.0
3636
isort == 5.9.3
3737

3838
[flake8]

0 commit comments

Comments
 (0)