Skip to content

Commit b16510d

Browse files
committed
Restrict supported Python versions to <3.13
Updated pyproject.toml and uv.lock to limit supported Python versions to >=3.10 and <3.13, removing support for Python 3.13 and above. This ensures compatibility with dependencies.
1 parent 2aca3da commit b16510d

File tree

2 files changed

+3
-201
lines changed

2 files changed

+3
-201
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
{name = "Mozilla Corporation"}
66
]
77
version = "0.1.0"
8-
requires-python = ">=3.10"
8+
requires-python = ">=3.10, <3.13"
99
readme = "README.rst"
1010
license = "BSD-3-clause"
1111
dependencies = [

0 commit comments

Comments
 (0)