2 Commits

Author SHA1 Message Date
renovate[bot]
f4650abd5e ⬆️ Upgrade actions/setup-python action to v6 2025-12-10 15:37:37 +00:00
2f6899bd34 ⬆️ Update Python version requirement to support 3.12 and above (#31) 2025-12-10 16:37:10 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
enable-cache: true enable-cache: true
- name: "Set up Python" - name: "Set up Python"
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version-file: "pyproject.toml" python-version-file: "pyproject.toml"

View File

@@ -43,7 +43,7 @@ jobs:
enable-cache: true enable-cache: true
- name: "Set up Python" - name: "Set up Python"
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version-file: "pyproject.toml" python-version-file: "pyproject.toml"