From 86fc62c5e75cf96e9fce4bdeab7cec938375928c Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:57:41 +0100 Subject: [PATCH] support python 3.12 --- .github/workflows/ci.yml | 2 +- newsfragments/3488.packaging.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 newsfragments/3488.packaging.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f044d782ace..9cadbcc14f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,7 +194,7 @@ jobs: "3.9", "3.10", "3.11", - "3.12-dev", + "3.12", "pypy3.7", "pypy3.8", "pypy3.9", diff --git a/newsfragments/3488.packaging.md b/newsfragments/3488.packaging.md new file mode 100644 index 00000000000..5b9263547d4 --- /dev/null +++ b/newsfragments/3488.packaging.md @@ -0,0 +1 @@ +Support Python 3.12.