mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 01:32:34 -04:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user