From 117e7c2eef7f83da3e0b2a90c73b1f0de9d37a78 Mon Sep 17 00:00:00 2001 From: tcely Date: Fri, 11 Apr 2025 00:58:45 -0400 Subject: [PATCH] `3.9` is a better minimum Python version The parser change and a few other things mean that compatibility with `3.8` is unlikely to last much longer. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d37863..5fc96c4b 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ following this rough guide, you are on your own and should be knowledgeable abou installing and running WSGI-based Python web applications before attempting this. 1. Clone or download this repo -2. Make sure you're running a modern version of Python (>=3.8) and have Pipenv +2. Make sure you're running a modern version of Python (>=3.9) and have Pipenv installed 3. Set up the environment with `pipenv install` 4. Copy `tubesync/tubesync/local_settings.py.example` to