Bump minimum Python version to 3.10

3.8 is EOLed and 3.9 will be EOLed in a few months. 3.10 thus makes a
good base and matches the minimum Python version on my other big Python
project, kitty, so I dont have to keep multiple feature sets in mind
when developing.
This commit is contained in:
Kovid Goyal
2025-01-22 09:37:33 +05:30
parent ac76cbff0f
commit dd71135591
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.10
- name: Install calibre dependencies
run: