Skip to content

Commit

Permalink
remove py3.8 in setup.cfg/conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed Oct 18, 2024
1 parent 824e58a commit b1851c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conda/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1851c7

Please sign in to comment.