diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 214de73..78358aa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,10 +10,6 @@ jobs: strategy: matrix: include: - - python-version: "3.7" - os: ubuntu-latest - - python-version: "3.8" - os: ubuntu-latest - python-version: "3.9" os: ubuntu-latest - python-version: "3.10" @@ -22,6 +18,8 @@ jobs: os: ubuntu-latest - python-version: "3.12" os: ubuntu-latest + - python-version: "3.13" + os: ubuntu-latest - python-version: "pypy3.9" os: windows-latest diff --git a/setup.cfg b/setup.cfg index 04df847..816375b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,12 +13,11 @@ license_file = LICENSE classifiers = License :: OSI Approved :: MIT License Programming Language :: Python :: 3 - 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 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy