diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cefbebc..dd1eeb1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -121,7 +121,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index 50cbc6f..f03ae14 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,6 @@ def read(fname): "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",