From 172edec65214ff00fcfd792e86ea46e3a7e60178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Fri, 29 Jul 2022 00:20:01 +0300 Subject: Automatically test on Python 3.11 too --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyproject.toml') 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", -- cgit v1.2.1