From cd4e24bc95325bf79ab3bf4115acb25ae57a6b22 Mon Sep 17 00:00:00 2001 From: Giga <52905881+giga-a@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:10:31 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7818b08..5413c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ description = "30 different honeypots in one package! (dhcp, dns, elastic, ftp, http proxy, https proxy, http, https, imap, ipp, irc, ldap, memcache, mssql, mysql, ntp, oracle, pjl, pop3, postgres, rdp, redis, sip, smb, smtp, snmp, socks5, ssh, telnet, vnc)" readme = "README.rst" # ToDo: fix smtp incompatibility with 3.12 -requires-python = ">=3.8,<3.12" +requires-python = ">=3.8,<=3.12" dependencies = [ "twisted==21.7.0", "psutil==5.9.0",