From f86b6d24006f5d7d082b062b42ea45e2f0a9faa3 Mon Sep 17 00:00:00 2001 From: jneilliii Date: Sat, 14 Dec 2024 16:11:13 -0500 Subject: [PATCH] update OctoLapse python compatibility to restrict less than python 3.12 due to use of deprecated distutils. --- _plugins/octolapse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_plugins/octolapse.md b/_plugins/octolapse.md index 6b03b4fda839..b94dca1ac721 100644 --- a/_plugins/octolapse.md +++ b/_plugins/octolapse.md @@ -27,7 +27,7 @@ compatibility: - windows - macos - freebsd - python: ">=2.7,<4" + python: ">=2.7,<3.12" ---