From eb45b9feb7073524ca9b76ba9e699e8146a8ecbd Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 10 Feb 2025 11:38:27 +0900 Subject: [PATCH] Bump hacking The current version cap is not compatible with Python 3.12 . Change-Id: Ief6fec8b6bb224771b0dd322034e7dcd0aa044ff --- reno/setup_command.py | 2 -- tox.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/reno/setup_command.py b/reno/setup_command.py index 3968680..2ed628c 100644 --- a/reno/setup_command.py +++ b/reno/setup_command.py @@ -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 diff --git a/tox.ini b/tox.ini index c7bd5e0..6f1674c 100644 --- a/tox.ini +++ b/tox.ini @@ -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