diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index 3f38767f..a1d2757f 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -28,7 +28,7 @@ jobs: key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - - name: Install dependencies + - name: Install dependencies now run: | pip install flake8 pip install black diff --git a/setup.py b/setup.py index c491576a..c2b0611e 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.12", + python_requires=">=3.10", include_package_data=True, zip_safe=False, classifiers=[