From d52de7b9f9ba611fefd20438cb1f07aa1f4d7074 Mon Sep 17 00:00:00 2001 From: Aaron Harper Date: Mon, 25 Nov 2024 20:36:39 -0500 Subject: [PATCH 1/2] Bump version to 0.4.17; test Python 3.13 --- .github/workflows/ci.yml | 4 ++-- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61169dd0..c5cf5a23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: runs-on: "ubuntu-latest" strategy: matrix: - python-version: ["3.9", "3.12"] + python-version: ["3.9", "3.13"] timeout-minutes: 5 steps: - uses: "actions/checkout@v2" @@ -54,7 +54,7 @@ jobs: runs-on: "ubuntu-latest" strategy: matrix: - python-version: ["3.9", "3.12"] + python-version: ["3.9", "3.13"] steps: - uses: "actions/checkout@v2" - name: "Set up Python ${{ matrix.python-version }}" diff --git a/pyproject.toml b/pyproject.toml index d8a36bad..fbe88605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "inngest" -version = "0.4.16" +version = "0.4.17" authors = [{ name = "Inngest Inc.", email = "hello@inngest.com" }] description = "Python SDK for Inngest" readme = "README.md" @@ -14,6 +14,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] requires-python = ">=3.9" From 345d6207590617ffa07c7bc52cca3bd17ae46230 Mon Sep 17 00:00:00 2001 From: Aaron Harper Date: Mon, 25 Nov 2024 20:40:45 -0500 Subject: [PATCH 2/2] Revert Python 3.13 support --- .github/workflows/ci.yml | 4 ++-- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5cf5a23..61169dd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: runs-on: "ubuntu-latest" strategy: matrix: - python-version: ["3.9", "3.13"] + python-version: ["3.9", "3.12"] timeout-minutes: 5 steps: - uses: "actions/checkout@v2" @@ -54,7 +54,7 @@ jobs: runs-on: "ubuntu-latest" strategy: matrix: - python-version: ["3.9", "3.13"] + python-version: ["3.9", "3.12"] steps: - uses: "actions/checkout@v2" - name: "Set up Python ${{ matrix.python-version }}" diff --git a/pyproject.toml b/pyproject.toml index fbe88605..6fd1e0b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,6 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13", ] requires-python = ">=3.9"