Skip to content

Commit 59dc9a4

Browse files
authored
tox python bump and jsonschema version test (#278)
2 parents 2f9eada + 47194cf commit 59dc9a4

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
chardet>=3.0.2
55
eventlet
66
jinja2>=2.11 # BSD License (3 clause)
7-
jsonschema>=4.18.5 # MIT
7+
#jsonschema>=4.18.5 # MIT
8+
# REVERT: only needed for testing incremental version bumps of jsonschema.
9+
jsonschema==4.1.0 # MIT
810
# networkx v3.2 and greater does not support Python3.8.
911
networkx>=2.6,<3.2
1012
python-dateutil

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[tox]
2-
envlist = py38,py39,py310,py311,pep8,docs
2+
envlist = py310,py311,py312,pep8,docs
33
minversion = 1.6
44
skipsdist = True
55

66
[gh-actions]
77
python =
8-
3.8: py38,pep8,docs
9-
3.9: py39
10-
3.10: py310
8+
3.10: py310,pep8,docs
119
3.11: py311
10+
3.12: py312
1211

1312
[testenv]
1413
usedevelop = True

0 commit comments

Comments
 (0)