1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +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:
Jonas L. 2025-10-27 10:40:33 +01:00 committed by GitHub
parent fa1485b419
commit 700961762f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 4 deletions

View file

@ -31,7 +31,7 @@ repos:
rev: v3.21.0
hooks:
- id: pyupgrade
args: [--py39-plus]
args: [--py310-plus]
- repo: https://github.com/pycqa/isort
rev: 7.0.0