diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index d3eec8a..57ca176 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -10,14 +10,9 @@ jobs: os: - macos-latest - windows-latest - - ubuntu-18.04 - - ubuntu-20.04 - python: - - "2.7" - - "3.5" - - "3.6" - - "3.7" - - "3.8" + - ubuntu-22.04 + - ubuntu-24.04 + python-version: - "3.9" - "3.10" - "3.11" diff --git a/setup.cfg b/setup.cfg index 1520546..221410e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,12 +12,7 @@ license = Apache-2.0 classifiers = Development Status :: 5 - Production/Stable License :: OSI Approved :: Apache Software License - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11