From 296f279729dc4e09003d2dbbcc7db90535c6395f Mon Sep 17 00:00:00 2001 From: Guillaume Fieni Date: Tue, 8 Oct 2024 14:20:53 +0200 Subject: [PATCH] build(pyproject): Add Python `3.13` classifier --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 39c3022d..93c467d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "License :: OSI Approved :: BSD License", "Intended Audience :: Science/Research", "Intended Audience :: Developers",