From 1242ab5facab15d129b02fe09492614f45234dc7 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sat, 18 May 2024 22:35:21 +0200 Subject: [PATCH] Opt-in to python 3.8 plugin host (#266) This commit adds `.python-version` file to migrate the plugin to python 3.8 --- .python-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .python-version diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..98fccd6 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.8 \ No newline at end of file