From 2636d5545d0cb4d9fa30735a46503ae04d0f3221 Mon Sep 17 00:00:00 2001 From: Gideon Date: Sun, 5 Apr 2026 14:36:53 +0200 Subject: [PATCH] chore(pyproject): add classifiers Python, CPython, Typed Committed via https://github.com/asottile/all-repos --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fe0da3d..2d4f442 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,10 +13,13 @@ authors = [ ] requires-python = ">=3.12" classifiers = [ + "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: Implementation :: CPython", + "Typing :: Typed", ] dependencies = [ "ghtoken>=0.1.2",