Skip to content

Commit 3109770

Browse files
authored
Merge pull request #10 from purificant/feature/py-typed-marker
feat: add PEP 561 py.typed marker and sync trove classifiers
2 parents d3d4e30 + f863aa1 commit 3109770

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

postmark/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ classifiers = [
1717
"Programming Language :: Python :: 3.10",
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2022
"Topic :: Communications :: Email",
2123
"Topic :: Software Development :: Libraries :: Python Modules",
24+
"Typing :: Typed",
2225
]
2326

2427
[tool.poetry.urls]

0 commit comments

Comments
 (0)