diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 9d5c918..3dd19c1 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, "3.10", "3.11"] + python-version: [3.9, "3.10", 3.11, 3.12] steps: - uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index 94a0ebe..81e344c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,6 +25,7 @@ classifiers = 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 License :: OSI Approved :: Apache Software License @@ -118,7 +119,7 @@ show_missing = true skip_covered = true [tox:tox] -envlist = py38, py39, py310, py311, py312 +envlist = py3.8, py39, py310, py311, py312, py313 isolated_build = true skip_missing_interpreter = true