From f863aa102d2758a58a9e2e385f280ffc31291b65 Mon Sep 17 00:00:00 2001 From: purificant Date: Mon, 22 Jun 2026 16:25:01 +0100 Subject: [PATCH] feat: add PEP 561 py.typed marker and sync trove classifiers --- postmark/py.typed | 0 pyproject.toml | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 postmark/py.typed diff --git a/postmark/py.typed b/postmark/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index c01b3f2..2758ee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,11 @@ classifiers = [ "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", "Topic :: Communications :: Email", "Topic :: Software Development :: Libraries :: Python Modules", + "Typing :: Typed", ] [tool.poetry.urls]