diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ecbda06..f8f78f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] - pyv: ["3.8", "3.9", "3.10", "3.11.0-rc - 3.11", "3.12"] + pyv: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index 643f2fd..1aeb9a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,10 +7,13 @@ long_description_content_type = text/markdown classifiers = Development Status :: 4 - Beta 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 :: 3.14 [options] install_requires =