Skip to content

Commit ad2212b

Browse files
committed
Removed upper bounds from requires-python
1 parent 24c2e22 commit ad2212b

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

ai-personas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "MIT"
2020
license-files = [
2121
"docs/licenses/*",
2222
]
23-
requires-python = ">=2.6,<4"
23+
requires-python = ">=2.6"
2424
keywords = [
2525
"agents",
2626
"ai",

computer-languages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = "MIT"
1717
license-files = [
1818
"docs/LICENSE.md",
1919
]
20-
requires-python = ">=2.6,<4"
20+
requires-python = ">=2.6"
2121
keywords = [
2222
"asciidoc",
2323
"bash",

data-languages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = "MIT"
1717
license-files = [
1818
"docs/LICENSE.md",
1919
]
20-
requires-python = ">=2.6,<4"
20+
requires-python = ">=2.6"
2121
keywords = [
2222
"computer-languages",
2323
"csv",

find-project-root/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"project-markers>=1.1.0,<2",
2626
"sys-lang>=1.0.1,<2",
2727
]
28-
requires-python = ">=3.8,<4"
28+
requires-python = ">=3.8"
2929
keywords = [
3030
"detect",
3131
"detection",

get-min-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"non-latin-locales>=1.0.5,<2",
2525
"sys-lang>=1.0.1,<2",
2626
]
27-
requires-python = ">=3.8,<4"
27+
requires-python = ">=3.8"
2828
keywords = [
2929
"api",
3030
"classifiers",

is-legacy-terminal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"non-latin-locales>=1.0.5,<2",
2525
"sys-lang>=1.0.1,<2",
2626
]
27-
requires-python = ">=3.8,<4"
27+
requires-python = ">=3.8"
2828
keywords = [
2929
"ansi",
3030
"api",

is-unicode-supported/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"non-latin-locales>=1.0.5,<2",
2626
"sys-lang>=1.0.1,<2",
2727
]
28-
requires-python = ">=3.8,<4"
28+
requires-python = ">=3.8"
2929
keywords = [
3030
"api",
3131
"arabic",

latin-locales/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = "MIT"
1717
license-files = [
1818
"docs/LICENSE.md",
1919
]
20-
requires-python = ">=2.6,<4"
20+
requires-python = ">=2.6"
2121
keywords = [
2222
"charset",
2323
"detection",

markup-languages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = "MIT"
1717
license-files = [
1818
"docs/LICENSE.md",
1919
]
20-
requires-python = ">=2.6,<4"
20+
requires-python = ">=2.6"
2121
keywords = [
2222
"computer-languages",
2323
"css",

non-latin-locales/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = "MIT"
1717
license-files = [
1818
"docs/LICENSE.md",
1919
]
20-
requires-python = ">=2.6,<4"
20+
requires-python = ">=2.6"
2121
keywords = [
2222
"charset",
2323
"detection",

0 commit comments

Comments
 (0)