Skip to content

Commit 601f7a7

Browse files
committed
deps: Remove support for Python 3.7
+ jsonschema 4.18 doesn't support Python below 3.8, so we can't either
1 parent b1e753a commit 601f7a7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
cmdclass=versioneer.get_cmdclass(),
4848
classifiers=[
4949
"Programming Language :: Python :: 3",
50-
"Programming Language :: Python :: 3.7",
5150
"Programming Language :: Python :: 3.8",
5251
"Programming Language :: Python :: 3.9",
5352
"Programming Language :: Python :: 3.10",

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[tox]
2-
envlist = py{37,38,39,310,311,312}-jsonschema{40}-markdown{2,3}
2+
envlist = py{38,39,310,311,312}-jsonschema{40}-markdown{2,3}
33
skip_missing_interpreters = true
44

55
[gh-actions]
66
python =
7-
3.7: py37
87
3.8: py38
98
3.9: py39
109
3.10: py310

0 commit comments

Comments
 (0)