From f243246542bcc9caa78f44103018f827a700f504 Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Fri, 29 Mar 2024 11:34:42 -0400 Subject: [PATCH] add pypy classifier to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e39e42e..d193c06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS :: MacOS X",