diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8372f161..d2f8e011 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-13, macos-14] - python_version: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"] + python_version: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"] env: CIBW_BUILD_VERBOSITY: 1 CIBW_BEFORE_ALL_LINUX: > diff --git a/snapatac2-python/pyproject.toml b/snapatac2-python/pyproject.toml index 59459fff..fbbace3b 100644 --- a/snapatac2-python/pyproject.toml +++ b/snapatac2-python/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", "License :: OSI Approved :: MIT License", ] -requires-python = ">=3.9, <3.13" +requires-python = ">=3.9, <3.14" dynamic = ["version"] dependencies = [