diff --git a/pyproject.toml b/pyproject.toml index 5413c44..b4a73da 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" dependencies = [ "twisted==21.7.0", "psutil==5.9.0",