Skip to content

Commit b1d8d0f

Browse files
committed
chore:drop py38 support
1 parent e6053a7 commit b1d8d0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PyBritive is intended to be used as a CLI application for communicating with the
66

77
## Requirements
88

9-
* Python 3.8 or higher
9+
* Python 3.9 or higher
1010
* Active Britive tenant (or nothing is really going to work)
1111

1212
## Installation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ select = [
9292

9393
[tool.ruff.lint.pylint]
9494
allow-magic-value-types = ["int", "str"]
95-
max-args = 16
95+
max-args = 18
9696
max-branches = 30
9797
max-returns = 8
9898
max-statements = 72

0 commit comments

Comments
 (0)