From a46f62c0f65114ed28390bb93eb05d86012bc8af Mon Sep 17 00:00:00 2001 From: Rehan Khwaja Date: Sun, 12 May 2024 23:54:18 -0400 Subject: [PATCH] Support python 3.13 --- .github/workflows/ci.yml | 4 ++-- pyproject.toml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a7a755..62bf34b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.9, "3.10", "3.11", "3.12"] + python-version: [3.9, "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 @@ -38,7 +38,7 @@ jobs: RTM_TOKEN: ${{ secrets.RTM_TOKEN }} if: ${{needs.secrets.outputs.valid}} == 'true' run: | - if python --version | grep -q 'Python 3.12' ; then + if python --version | grep -q 'Python 3.13' ; then uv run poe test-with-coverage fi - name: Codecov diff --git a/pyproject.toml b/pyproject.toml index 3419581..b87e633 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rtmilk" -version = "2.1.0" +version = "2.1.1" description = "Remember The Milk API wrapper" maintainers = [ { name = "Rehan Khwaja", email = "rehan@khwaja.name" } @@ -14,7 +14,8 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] requires-python = ">=3.9" dependencies = [