diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 04b4bb3..e0e4a0c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11'] os: [ubuntu-latest, macos-latest] steps: diff --git a/setup.cfg b/setup.cfg index c4d5aab..f7ffab6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,6 @@ classifiers = Intended Audience :: Science/Research License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) Operating System :: POSIX - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 @@ -34,7 +33,7 @@ project_urls = [options] packages = find: -python_version = >=3.7 +python_version = >=3.8 install_requires = lxml