Skip to content

Commit 5fc636c

Browse files
committed
deps: Drop support and tests for jsonschema below 4.18
1 parent d5d9f63 commit 5fc636c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
install_requires=[
4242
"inflection>=0.2",
4343
"Markdown>=2.4",
44-
"jsonschema>=2.3",
44+
"jsonschema>=4.18",
4545
"six>=1.5.2",
4646
],
4747
cmdclass=versioneer.get_cmdclass(),

tox.ini

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{37,38,39,310,311,312}-jsonschema{23,24,25,26,30,40}-markdown{2,3}
2+
envlist = py{37,38,39,310,311,312}-jsonschema{40}-markdown{2,3}
33
skip_missing_interpreters = true
44

55
[gh-actions]
@@ -19,11 +19,6 @@ deps =
1919
coverage
2020
pytest
2121
pytest-mock
22-
jsonschema23: jsonschema~=2.3.0
23-
jsonschema24: jsonschema~=2.4.0
24-
jsonschema25: jsonschema~=2.5.0
25-
jsonschema26: jsonschema~=2.6.0
26-
jsonschema30: jsonschema~=3.0.0
27-
jsonschema40: jsonschema~=4.0
22+
jsonschema40: jsonschema>=4.18
2823
markdown2: Markdown~=2.4
2924
markdown3: Markdown~=3.0

0 commit comments

Comments
 (0)