@@ -8,7 +8,7 @@ source = "vcs"
8
8
[project ]
9
9
name = " jsonschema"
10
10
description = " An implementation of JSON Schema validation for Python"
11
- requires-python = " >=3.9 "
11
+ requires-python = " >=3.10 "
12
12
license = " MIT"
13
13
license-files = [" COPYING" ]
14
14
keywords = [
@@ -26,11 +26,11 @@ classifiers = [
26
26
" Intended Audience :: Developers" ,
27
27
" Operating System :: OS Independent" ,
28
28
" Programming Language :: Python" ,
29
- " Programming Language :: Python :: 3.9" ,
30
29
" Programming Language :: Python :: 3.10" ,
31
30
" Programming Language :: Python :: 3.11" ,
32
31
" Programming Language :: Python :: 3.12" ,
33
32
" Programming Language :: Python :: 3.13" ,
33
+ " Programming Language :: Python :: 3.14" ,
34
34
" Programming Language :: Python :: Implementation :: CPython" ,
35
35
" Programming Language :: Python :: Implementation :: PyPy" ,
36
36
" Topic :: File Formats :: JSON" ,
@@ -193,7 +193,6 @@ ignore = [
193
193
" SLF001" , # Private usage within this package itself is fine
194
194
" TD" , # These TODO style rules are also silly
195
195
" TRY003" , # Some exception classes are essentially intended for free-form
196
- " UP007" , # We support 3.9
197
196
]
198
197
199
198
[tool .ruff .lint .flake8-pytest-style ]
0 commit comments