From faf867fe7df4f32b69572d9ac3d6877d4fab5c62 Mon Sep 17 00:00:00 2001 From: Steffen Lindner Date: Tue, 17 Oct 2023 11:18:45 +0200 Subject: [PATCH] Remove pyroma - too deep rabbit hole --- .github/workflows/pyroma.yml | 27 --------------------------- setup.py | 1 + 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 .github/workflows/pyroma.yml diff --git a/.github/workflows/pyroma.yml b/.github/workflows/pyroma.yml deleted file mode 100644 index efedf3c0..00000000 --- a/.github/workflows/pyroma.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Pyroma -on: [push] -jobs: - build: - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - python-version: [3.8] - - steps: - # git checkout - - uses: actions/checkout@v2 - - # python setup - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 - with: - python-version: ${{ matrix.python-version }} - - # install pyroma - - name: install pyroma - run: pip install pyroma - - # run pyroma - - name: run pyroma - run: pyroma -n 10 -d . diff --git a/setup.py b/setup.py index c465cac7..c38bcec6 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ name=NAME, version=VERSION, description="EEA Faceted Navigation", + requires-python = ">=3.8", # noqa long_description_content_type="text/x-rst", long_description=( open("README.rst").read()