From 5f4903f5ce656319b970ef0548626a65df0ce79d Mon Sep 17 00:00:00 2001 From: "Keto D. Zhang" Date: Mon, 20 Apr 2026 00:59:57 -0700 Subject: [PATCH] chore: update trove classifier for new python, QA topic, and remove PyPy --- pyproject.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa80fcd..fca877c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,17 +18,19 @@ keywords = ["pytest", "testing", "artifacts", "plugin"] classifiers = [ "Development Status :: 4 - Beta", - "Framework :: Pytest", "Intended Audience :: Developers", + "Framework :: Pytest", + "Topic :: Software Development :: Testing", + "Topic :: Software Development :: Quality Assurance", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "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 :: Testing", ] dependencies = [