Skip to content

Commit

Permalink
Python 3.12 missed occurances (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed Apr 3, 2024
1 parent 572ea06 commit 11dffd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ testpaths = ["tests"]

[tool.ruff]
src = ["aiounifi", "tests"]
target-version = "py311"
target-version = "py312"

lint.select = [
"B002", # Python does not support the unary prefix increment
Expand Down

0 comments on commit 11dffd5

Please sign in to comment.