dev-python/jsonfeed: enable py3.13, py3.14

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2025-10-08 21:24:02 +02:00
parent 62db3622b5
commit 9a73c73b06
2 changed files with 16 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ with open("README.md") as fh:
setup(
name="jsonfeed-util",
version=version,
- packages=find_packages(),
+ packages=find_packages(exclude=["tests", "tests.*"]),
# metadata for upload to PyPI
author="Lukas Schwab",
author_email="lukas.schwab@gmail.com",