We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7964be5 commit 68b88a3Copy full SHA for 68b88a3
pyproject.toml
@@ -19,6 +19,7 @@ classifiers = [
19
"Programming Language :: Python :: 3.11",
20
"Programming Language :: Python :: 3.12",
21
"Programming Language :: Python :: 3.13",
22
+ "Programming Language :: Python :: 3.14",
23
"Programming Language :: Python :: 3.9",
24
25
"Programming Language :: Python",
@@ -34,7 +35,7 @@ license = "MIT"
34
35
license-files = ["LICENSE"]
36
name = "weblate-language-data"
37
requires-python = ">=3.9"
-version = "2025.9"
38
+version = "2025.10"
39
40
[project.optional-dependencies]
41
dev = [
0 commit comments