- name: Set up Python
uses: actions/setup-python@v5.3.0
with:
- python-version: "3.11"
+ python-version: "3.12"
- name: Install dependencies
run: |
sudo apt-get update
fail-fast: false
matrix:
python-version:
- - "3.11"
+ - "3.12"
steps:
- name: Check out code from GitHub
## 📝 Prerequisites
* ffmpeg (minimum version 6.1, version 7 recommended), must be available in the path so install at OS level
-* Python 3.11 is minimal required, 3.12 recommended (or check the pyproject for current required version)
+* Python 3.12 is minimal required, 3.12 recommended (or check the pyproject for current required version)
* [Python venv](https://docs.python.org/3/library/venv.html)
We recommend developing on a (recent) MacOS or Linux machine.
show-fixes = true
line-length = 100
-target-version = "py311"
+target-version = "py312"
[tool.ruff.lint.pydocstyle]
# Use Google-style docstrings.