diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3efba9a..4a588ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,21 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] min: [""] include: - os: ubuntu-latest python-version: "3.12" min: "minimal" + exclude: + - os: macos-latest + python-version: "3.11" + - os: macos-latest + python-version: "3.13" + - os: windows-latest + python-version: "3.11" + - os: windows-latest + python-version: "3.13" env: UV_PYTHON: ${{ matrix.python-version }} diff --git a/pyproject.toml b/pyproject.toml index 79d323d..b422cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,8 @@ classifiers = [ "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", "Typing :: Typed", ] dependencies = [