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.
This commit is contained in:
tcely 2025-04-11 00:58:45 -04:00 committed by GitHub
parent d5e5881334
commit 117e7c2eef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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