From e157ce0c6a0f459ba8aef44ed5cdd25b2e556859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Wed, 1 Jan 2025 02:27:45 +0000 Subject: [PATCH] Update metadata --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f1d7000..4ce5b59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pyzotero" dynamic = ["version", "readme"] description = "Python wrapper for the Zotero API" -requires-python = ">=3.8" +requires-python = ">=3.9" dependencies = [ "feedparser >= 6.0.11", "pytz", @@ -14,11 +14,11 @@ license = {file = "LICENSE.md"} keywords = ["Zotero", "DH"] classifiers = [ "Programming Language :: Python", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research",