Skip to content

Commit 240aeab

Browse files
committed
Dev dependency tweaks.
1 parent 204c0b9 commit 240aeab

File tree

3 files changed

+7
-20
lines changed

3 files changed

+7
-20
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ In addition to this, [HypoFuzz](https://hypofuzz.com/) was used to run coverage
5757

5858
Support will be added for cql2-json later. There are additional custom strategies which will be necessary.
5959

60-
Note: Python 3.9 is the minimum for testing with Hypothesis and HypoFuzz.
61-
6260
## CQL2 Spec
6361

6462
Writing this parser has resulted in feedback and contributions to the [ogcapi-features](https://github.com/opengeospatial/ogcapi-features) CQL2 spec:

poetry.lock

Lines changed: 6 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ hypothesis = { version = ">=6.91.0", optional = true }
3636
black = { version = ">=23.1.0", optional = true }
3737
ruff = { version = ">=0.0.254", optional = true }
3838
mypy = { version = ">=1.1.0", optional = true }
39-
pre-commit = { version = ">=3.1.1", optional = true }
39+
pre-commit = { version = ">=3.1.1", optional = true, python = ">=3.9" }
4040

4141
[tool.poetry.extras]
4242
dev = ["black", "ruff", "mypy", "pre-commit"]

0 commit comments

Comments
 (0)