@@ -8,7 +8,7 @@ source = "vcs"
88[project ]
99name = " jsonschema"
1010description = " An implementation of JSON Schema validation for Python"
11- requires-python = " >=3.9 "
11+ requires-python = " >=3.10 "
1212license = " MIT"
1313license-files = [" COPYING" ]
1414keywords = [
@@ -26,11 +26,11 @@ classifiers = [
2626 " Intended Audience :: Developers" ,
2727 " Operating System :: OS Independent" ,
2828 " Programming Language :: Python" ,
29- " Programming Language :: Python :: 3.9" ,
3029 " Programming Language :: Python :: 3.10" ,
3130 " Programming Language :: Python :: 3.11" ,
3231 " Programming Language :: Python :: 3.12" ,
3332 " Programming Language :: Python :: 3.13" ,
33+ " Programming Language :: Python :: 3.14" ,
3434 " Programming Language :: Python :: Implementation :: CPython" ,
3535 " Programming Language :: Python :: Implementation :: PyPy" ,
3636 " Topic :: File Formats :: JSON" ,
@@ -193,7 +193,6 @@ ignore = [
193193 " SLF001" , # Private usage within this package itself is fine
194194 " TD" , # These TODO style rules are also silly
195195 " TRY003" , # Some exception classes are essentially intended for free-form
196- " UP007" , # We support 3.9
197196]
198197
199198[tool .ruff .lint .flake8-pytest-style ]
0 commit comments