From 90dc8896486c0b303620f94d23d6075a332bf1c9 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Wed, 6 Dec 2023 20:28:11 +0100 Subject: [PATCH] Opt-in to python 3.8 --- .python-version | 1 + dependencies.json | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .python-version diff --git a/.python-version b/.python-version new file mode 100644 index 00000000..98fccd6d --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.8 \ No newline at end of file diff --git a/dependencies.json b/dependencies.json index 0d8a9927..bc6acbd5 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,8 +1,12 @@ { "*": { - ">=3000": [ - "pyyaml", + "<4000": [ "pathlib", + "pyyaml", + "sublime_lib" + ], + ">=4000": [ + "pyyaml", "sublime_lib" ] }