diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6426069..684c8f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, macos-12, windows-2022] - python-version: ["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","3.13"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index e1874ee..637bc50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,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 Environment :: Console license_files = LICENSE @@ -37,7 +38,7 @@ install_requires = click setuptools >= 66.1.0; python_version >= '3.12' setuptools <= 60.9.0; python_version < '3.12' -python_requires = >=3.6,<3.13 +python_requires = >=3.6,<3.14 packages = find: # package_dir = # = src