From 103cd7f2986e50020944c43cc15a8926a84eb9ff Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Sun, 28 Jan 2024 22:06:43 +0100 Subject: [PATCH] Declare support for Python 3.8 Does not break compatibility with ST3 by itself since the file is simply ignored there. --- .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..cc1923a --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.8