From 8bde7c1c1fda982137369582a352ca874bddae16 Mon Sep 17 00:00:00 2001 From: kaloster Date: Mon, 9 Sep 2024 16:51:10 -0400 Subject: [PATCH] add setuptools --- .github/workflows/push_tests.yml | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index a885bbd0..ab4b8299 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -30,7 +30,6 @@ jobs: ${{ runner.os }}-node- - name: Install dependencies run: | - pip install setuptools pip install flake8 pip install black cd client diff --git a/setup.py b/setup.py index 53b2c1b4..c491576a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( long_description=long_description, long_description_content_type="text/markdown", install_requires=requirements, - python_requires=">=3.6", + python_requires=">=3.12", include_package_data=True, zip_safe=False, classifiers=[