Skip to content

Commit

Permalink
chore: update ci versions to match docker, pyproject.toml, etc (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k authored Jan 21, 2025
1 parent 6005799 commit bab2a9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"
- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.11"
- "3.12"

steps:
- name: Check out code from GitHub
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Developer docs

## 📝 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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fix = true
show-fixes = true

line-length = 100
target-version = "py311"
target-version = "py312"

[tool.ruff.lint.pydocstyle]
# Use Google-style docstrings.
Expand Down

0 comments on commit bab2a9b

Please sign in to comment.