1
0

fix(ci): switch to python3.12 for sensible f-strings

https://peps.python.org/pep-0701/ :)
This commit is contained in:
ورد
2025-04-21 09:24:18 +02:00
committed by GitHub
parent d11823b573
commit 83a1571650

View File

@@ -18,7 +18,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.12'
cache: 'pip' # This enables pip caching cache: 'pip' # This enables pip caching
- name: Install dependencies - name: Install dependencies