From 2a450445d2a99f66e9a1acb5c81ee53f4988857d Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Fri, 10 May 2024 10:29:12 +0000 Subject: [PATCH] Put correct minimum py version (3.8) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5407e265..2343a2e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ### zeronet-conservancy 0.7.10+ - disable site-plugins installed for security reasons (@caryoscelus) - fix downloading geoip db (@caryoscelus) -- python <3.6 is officially unsupported (3.8 is more likely minimum requirement) +- python <3.8 is officially unsupported - SafeRe improvements by @geekless - remove and don't update muted files (@caryoscelus) - option to disable port checking (@caryoscelus)