From bedd5d30b4f5e20ebe8fa98ed69ed7faf2d397f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:23:14 -0600 Subject: [PATCH] chore: Add Python 3.14 trove classifier (#1146) * chore: Add Python 3.14 trove classifier * chore: Add Python 3.14 trove classifier --- noxfile.py | 9 ++++++++- pyproject.toml | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index 029db221..09b8c35f 100644 --- a/noxfile.py +++ b/noxfile.py @@ -24,7 +24,14 @@ package = "citric" -python_versions = ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8"] +python_versions = [ + "3.13", + "3.12", + "3.11", + "3.10", + "3.9", + "3.8", +] pypy_versions = ["pypy3.9", "pypy3.10"] all_python_versions = python_versions + pypy_versions diff --git a/pyproject.toml b/pyproject.toml index fa1a00fb..6a44c259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", @@ -262,7 +263,7 @@ DEP004 = [ ] [tool.pyproject-fmt] -max_supported_python = "3.13" +max_supported_python = "3.14" [tool.pytest.ini_options] addopts = [