Bump hacking

The current version cap is not compatible with Python 3.12 .

Change-Id: Ief6fec8b6bb224771b0dd322034e7dcd0aa044ff
This commit is contained in:
Takashi Kajinami 2025-02-10 11:38:27 +09:00
parent 47651ec906
commit eb45b9feb7
2 changed files with 1 additions and 3 deletions

View File

@ -20,8 +20,6 @@ For more information, refer to the distutils and setuptools source:
- https://github.com/pypa/setuptools/blob/v36.0.0/setuptools/command/sdist.py
"""
import typing
from distutils import cmd
from distutils import errors
from distutils import log

View File

@ -16,7 +16,7 @@ commands =
[testenv:pep8]
deps = {[testenv]deps}
hacking >= 3.1.0,<3.2.0
hacking >= 7.0.0,<7.1.0
commands =
flake8
reno -q lint