diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3307578..4135cf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: - "3.9" - "3.12" - "3.14" + - "3.15" runs-on: - ubuntu-latest - macos-15-intel @@ -35,6 +36,7 @@ jobs: - uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - uses: astral-sh/setup-uv@v9.0.0 - name: Test package diff --git a/pyproject.toml b/pyproject.toml index e1cb809..d34fd56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: 3.15", "Topic :: Software Development :: Documentation", "Operating System :: POSIX", "Operating System :: MacOS"