From b1851c7db99b96414c106c0d05d0196bb0246f6a Mon Sep 17 00:00:00 2001 From: Benjamin Kiessling Date: Fri, 18 Oct 2024 15:03:59 +0200 Subject: [PATCH] remove py3.8 in setup.cfg/conda recipe --- conda/recipe.yaml | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/recipe.yaml b/conda/recipe.yaml index 9d8ed34ae..0150ba9dc 100644 --- a/conda/recipe.yaml +++ b/conda/recipe.yaml @@ -15,13 +15,13 @@ build: requirements: build: - - python>=3.8,<3.12 + - python>=3.9,<3.14 - setuptools>=36.6.0,<70.0.0 - pbr host: - - python>=3.8,<3.12 + - python>=3.9,<3.14 run: - - python>=3.8,<3.12 + - python>=3.9,<3.14 - python-bidi~=0.4.0 - lxml - regex diff --git a/setup.cfg b/setup.cfg index 1400d5d12..edd8f8404 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ max_line_length = 160 exclude = tests/* [options] -python_requires = >=3.8,<=3.11.99 +python_requires = >=3.9,<=3.13.99 install_requires = jsonschema lxml