summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-12-28 10:48:43 -0500
committerJulian Berman <Julian@GrayVines.com>2023-02-21 09:58:40 +0200
commit0ce3cef1ad37071b7bf37a919fc24498af88c831 (patch)
treebb340fb92e090cb53c37f90b127a94723a063814 /pyproject.toml
parent6b749cfa2f47d4dd9ee74f8e01fa4fc0f8f10df6 (diff)
downloadjsonschema-0ce3cef1ad37071b7bf37a919fc24498af88c831.tar.gz
Drop support for 3.7.
Referencing happens to not support it at the minute. It's close to EOL, so rather than adding it, I suspect it's droppable.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 71f6d34..8a873ef 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ source = "vcs"
[project]
name = "jsonschema"
description = "An implementation of JSON Schema validation for Python"
-requires-python = ">=3.7"
+requires-python = ">=3.8"
license = {text = "MIT"}
keywords = ["validation", "data validation", "jsonschema", "json"]
authors = [
@@ -21,7 +21,6 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
- "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",