Skip to content

Commit 3e03ec5

Browse files
committed
Add support of Python 3.14.* in all package definitions. Finish migration to cattrs and get rid of lsprotocol in ER.
1 parent c47f0a1 commit 3e03ec5

36 files changed

Lines changed: 289 additions & 75 deletions

File tree

extensions/fine_python_ast/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.3.0a1"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
7-
requires-python = ">=3.11, <= 3.14"
7+
requires-python = ">=3.11, < 3.15"
88
dependencies = ["finecode_extension_api~=0.4.0a0"]
99

1010
[project.entry-points."finecode.activator"]

extensions/fine_python_black/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.3.0a1"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
7-
requires-python = ">=3.11, <= 3.14"
7+
requires-python = ">=3.11, < 3.15"
88
dependencies = ["finecode_extension_api~=0.4.0a0", "black (>=25.1.0,<26.0.0)"]
99

1010
[dependency-groups]

extensions/fine_python_flake8/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.3.0a1"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
7-
requires-python = ">=3.11, <= 3.14"
7+
requires-python = ">=3.11, < 3.15"
88
dependencies = [
99
"finecode_extension_api~=0.4.0a0",
1010
"fine_python_ast~=0.3.0a0",

extensions/fine_python_mypy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.3.0a1"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
7-
requires-python = ">=3.11, <= 3.14"
7+
requires-python = ">=3.11, < 3.15"
88
dependencies = ["finecode_extension_api~=0.4.0a0", "mypy (>=1.15, <2.0)"]
99

1010
[project.entry-points."finecode.activator"]

extensions/fine_python_package_info/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0a1"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
7-
requires-python = ">=3.11, <= 3.14"
7+
requires-python = ">=3.11, < 3.15"
88
dependencies = [
99
"finecode_extension_api~=0.4.0a0",
1010
"tomlkit==0.11.*",

extensions/fine_python_pip/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0a1"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
7-
requires-python = ">=3.11, <= 3.14"
7+
requires-python = ">=3.11, < 3.15"
88
dependencies = ["finecode_extension_api~=0.4.0a0"]
99

1010
[dependency-groups]

extensions/fine_python_pyrefly/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0a1"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
7-
requires-python = ">=3.11, <= 3.14"
7+
requires-python = ">=3.11, < 3.15"
88
dependencies = ["finecode_extension_api~=0.4.0a0", "pyrefly (>=0.30.0,<1.0.0)"]
99

1010
[project.optional-dependencies]

extensions/fine_python_pytest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0a0"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
7-
requires-python = ">=3.11, <= 3.14"
7+
requires-python = ">=3.11, < 3.15"
88
dependencies = [
99
"finecode_extension_api~=0.4.0a0",
1010
"pytest>=7.0.0,<9.0.0",

extensions/fine_python_ruff/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0a1"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
7-
requires-python = ">=3.11, <= 3.14"
7+
requires-python = ">=3.11, < 3.15"
88
dependencies = ["finecode_extension_api~=0.4.0a0", "ruff (>=0.8.0,<1.0.0)"]
99

1010
[project.optional-dependencies]

extensions/fine_python_setuptools_scm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0a0"
44
description = ""
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
7-
requires-python = ">=3.11, <= 3.14"
7+
requires-python = ">=3.11, < 3.15"
88
dependencies = ["finecode_extension_api~=0.4.0a0", "setuptools-scm>=8"]
99

1010
[dependency-groups]

0 commit comments

Comments
 (0)