From a28ec5343f599e4a09a2aa68155742a455328a0f Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Fri, 13 Oct 2023 07:20:43 -0700 Subject: [PATCH] Updates email address to one which would actually reach me --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ffc265a..a14a1ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,11 @@ name = "gotenberg-client" dynamic = ["version"] description = 'A Python client for interfacing with the Gotenberg API' readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.8; <3.13" license = "MPL-2.0" keywords = [] authors = [ - { name = "Trenton H", email = "797416+stumpylog@users.noreply.github.com" }, + { name = "Trenton H", email = "rda0128ou@mozmail.com" }, ] classifiers = [ "Development Status :: 4 - Beta", @@ -23,6 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ]