(2.1.2) updated pypi classifiers and updated requires-python version to below 4.0
Some checks failed
Actions / Build (push) Successful in 18s
Actions / Lint with Ruff & Pylint (push) Failing after 15s
Actions / Build Documentation (push) Successful in 23s

This commit is contained in:
Seaswimmer 2024-10-10 15:38:05 -04:00
parent b3c929805b
commit a66b313857
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -1,9 +1,9 @@
[project]
name = "pyflowery"
version = "2.1.1"
version = "2.1.2"
description = "A Python API wrapper for the Flowery API"
readme = "README.md"
requires-python = ">=3.11"
requires-python = "<4.0,>=3.11"
dependencies = [
"aiohttp>=3.10.9",
]
@ -12,6 +12,9 @@ classifiers = [
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
[project.optional-dependencies]