Skip to content

Commit b8510b1

Browse files
committed
removing python>=3.13 limit in pyproject.toml
1 parent cc123e9 commit b8510b1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
]
1212
readme = "README.md"
1313
license = "MIT"
14-
requires-python = ">=3.13"
14+
requires-python = ">=3.11"
1515
dependencies = [
1616
"jsonschema>=4.25.0,<5.0.0",
1717
]
@@ -29,7 +29,6 @@ classifiers = [
2929
"Intended Audience :: Developers",
3030
"Operating System :: OS Independent",
3131
"Programming Language :: Python :: 3",
32-
"Programming Language :: Python :: 3.13",
3332
"Topic :: Scientific/Engineering",
3433
"Topic :: Software Development :: Libraries :: Python Modules",
3534
"Topic :: Utilities",

0 commit comments

Comments
 (0)