From ac60149d1f4f5ea71e6b2a3c1c554f2a8d2779fe Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 2 Oct 2024 13:57:47 -0400 Subject: [PATCH] ci: add 3.13 Signed-off-by: Henry Schreiner --- .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 044778dd..fff293f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.10", "3.12"] + python-version: ["3.8", "3.10", "3.13"] os: [ubuntu-latest, windows-latest, macos-13] include: - python-version: 'pypy-3.8' diff --git a/pyproject.toml b/pyproject.toml index a2d98be8..772b81d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Software Development :: Build Tools", "Topic :: System :: Systems Administration", ]