From 0b2a954319f27d3ea2566a1f4ec4bfec1db1e8a6 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Wed, 18 Oct 2023 20:14:19 +0100 Subject: [PATCH] test on 3.12 --- .github/workflows/ci.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d58bce..2b9bc87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout source diff --git a/pyproject.toml b/pyproject.toml index 051a159..1ad528e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] readme = "README.rst" urls = {Homepage = "http://github.com/dask/partd/"}