summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 816a9a7..be3ea9d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
]
keywords = ["scheduling cron"]
license = {text = "MIT"}
@@ -46,6 +47,7 @@ test = [
"cbor2 >= 5.0",
"coverage",
"freezegun",
+ "greenlet >= 2.0.0a2; python_version >= '3.11'",
"paho-mqtt >= 1.5",
"psycopg2",
"pymongo >= 4",