diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31ff9c9..5534d86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 diff --git a/dev-requirements.txt b/dev-requirements.txt index cc5eb5a..f65b5f5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -black==22.3.0 -blacken-docs==1.12.1 -flake8==4.0.1 -isort==5.10.1 +black==24.3.0 +blacken-docs==1.16.0 +flake8==7.0.0 +isort==5.13.2