From be2ed82c6fe0f3925c8d9e253ac7c819c4102b91 Mon Sep 17 00:00:00 2001 From: David Bieber Date: Thu, 19 Sep 2024 21:00:30 -0700 Subject: [PATCH 1/3] Include Python 3.13 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6649201..40e73493 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: # Checkout the repo. From 70cf14719b8fb8f8c3d470a13d8601e5ce48f72f Mon Sep 17 00:00:00 2001 From: David Bieber Date: Thu, 19 Sep 2024 21:02:06 -0700 Subject: [PATCH 2/3] 3.13.0-rc.2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40e73493..63c87edf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"] steps: # Checkout the repo. From 403fd56c40481fe01855a19fe5701e12f7b26e01 Mon Sep 17 00:00:00 2001 From: David Bieber Date: Thu, 19 Sep 2024 21:04:00 -0700 Subject: [PATCH 3/3] Include version in supported list --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 82073be4..beb367cf 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Operating System :: OS Independent', 'Operating System :: POSIX',