mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +00:00
feat!: drop support for Python 3.9 (#712)
##### SUMMARY Drop support for EOL Python 3.9. https://devguide.python.org/versions/
This commit is contained in:
parent
fa1485b419
commit
700961762f
5 changed files with 6 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ combine_as_imports = true
|
|||
add_imports = ["from __future__ import annotations"]
|
||||
|
||||
[tool.pylint.main]
|
||||
py-version = "3.9"
|
||||
py-version = "3.10"
|
||||
recursive = true
|
||||
jobs = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue