diff --git a/.config/requirements.in b/.config/requirements.in index 24870d52..a026df79 100644 --- a/.config/requirements.in +++ b/.config/requirements.in @@ -1,2 +1,3 @@ coverage pytest>=6,<8.0.0 +setuptools diff --git a/.config/requirements.txt b/.config/requirements.txt index 103a90ea..04d875a2 100644 --- a/.config/requirements.txt +++ b/.config/requirements.txt @@ -34,6 +34,7 @@ referencing==0.30.2 resolvelib==1.0.1 rich==13.5.2 rpds-py==0.10.2 +setuptools==68.2.2 subprocess-tee==0.4.1 tomli==2.0.1 typing-extensions==4.7.1 diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index fa86de2d..7f729116 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -29,7 +29,7 @@ jobs: uses: coactions/dynamic-matrix@v1 with: min_python: "3.7" - max_python: "3.11" + max_python: "3.12" other_names: | lint pkg