Skip to content

Commit 77f49a4

Browse files
authored
ci: update Python version requirement and pre-commit hook skip list in a github workflow (#467)
1 parent b244e4a commit 77f49a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-python-and-pre-commit-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
dependency-dict: '{"tests": ["ruff"]}'
1414
update-pre-commit: true
1515
run-pre-commit: true
16-
pre-commit-hook-skip-list: pylint,pyright,pyright-verifytypes,pyroma,poetry-audit
16+
pre-commit-hook-skip-list: pylint,pyright,pyright-verifytypes,pyroma,poetry-lock,poetry-audit,poetry-check
1717
pre-commit-repo-update-skip-list: ''
1818
export-dependency-groups: docs,tests
1919
permissions:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ libusb-package = "^1.0.26.0,!=1.0.26.2" # 1.0.26.2 doesn't work with Python 3.1
8585
packaging = ">=24.0"
8686
psutil = ">=6.0.0"
8787
pyserial = "^3.5"
88-
python = "^3.9.2" # This is the main Python version requirement
88+
python = ">=3.9.2,<3.14" # This is the main Python version requirement
8989
python-dateutil = "^2.8.2"
9090
pyusb = "^1.2.1"
9191
pyvicp = "^1.1.0"

0 commit comments

Comments
 (0)