diff --git a/conda/recipe.yaml b/conda/recipe.yaml index 9d8ed34a..0150ba9d 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 1400d5d1..edd8f840 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