fix(ci): switch to python3.12 for sensible f-strings
https://peps.python.org/pep-0701/ :)
This commit is contained in:
2
.github/workflows/update-mod-versions.yml
vendored
2
.github/workflows/update-mod-versions.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.12'
|
||||
cache: 'pip' # This enables pip caching
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user