diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b5d7da826e89ae2fdb334ddc945fc32f804625a..02de7d68a0a8cabe4cbde44ace453799de343790 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [ "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ] steps: - uses: actions/checkout@main - uses: actions/setup-python@main diff --git a/setup.cfg b/setup.cfg index 4da0e08d1ca93bdaab7abc29dcf9f258ecf43406..58d41cec0674ad1d001c6ef203c48f172789d79e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,6 @@ project_urls = classifier = Development Status :: 5 - Production/Stable Programming Language :: Python - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8