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", ]