mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
Drop python 3.8 support
This commit is contained in:
@@ -30,7 +30,7 @@ select = [
|
||||
"W", # pycodestyle warning
|
||||
]
|
||||
line-length = 110
|
||||
target-version = "py38"
|
||||
target-version = "py39"
|
||||
|
||||
[tool.ruff.isort]
|
||||
known-first-party = ["vcr"]
|
||||
|
||||
Reference in New Issue
Block a user