Skip to content

Commit 8b8eaac

Browse files
committed
Downgrade required Python version to 3.10
1 parent c95a8c0 commit 8b8eaac

File tree

8 files changed

+1164
-20
lines changed

8 files changed

+1164
-20
lines changed

benchmark/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "rest-rpc-benchmark"
33
version = "0.1.0"
4-
requires-python = ">=3.13"
4+
requires-python = ">=3.10"
55
dependencies = [
66
"matplotlib>=3.10.8",
77
"rest-rpc[fastapi,requests,aiohttp,httpx,urllib3]>=0.1.0",

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rest-rpc-docs"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.10"
77
dependencies = [
88
"pydoc-markdown>=4.8.2",
99
"rest-rpc>=0.1.0",

examples/simple/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "rest-rpc-example-simple"
33
version = "0.1.0"
4-
requires-python = ">=3.13"
4+
requires-python = ">=3.10"
55
dependencies = [
66
"rest-rpc[fastapi,requests,aiohttp,httpx,urllib3]>=0.1.0",
77
]

examples/upgraded/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "rest-rpc-example-upgraded"
33
version = "0.1.0"
4-
requires-python = ">=3.13"
4+
requires-python = ">=3.10"
55
dependencies = [
66
"rest-rpc[fastapi,requests,aiohttp,httpx,urllib3]>=0.1.0",
77
]

examples/webapp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "rest-rpc-example-webapp"
33
version = "0.1.0"
4-
requires-python = ">=3.13"
4+
requires-python = ">=3.10"
55
dependencies = [
66
"rest-rpc[fastapi]>=0.1.0",
77
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = [
77
{ name = "Ruben Felgenhauer", email = "[email protected]" }
88
]
9-
requires-python = ">=3.13"
9+
requires-python = ">=3.10"
1010
dependencies = [
1111
"pydantic>=2.12.5",
1212
]

tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "rest-rpc-tests"
33
version = "0.1.0"
4-
requires-python = ">=3.13"
4+
requires-python = ">=3.10"
55
dependencies = [
66
"pytest>=9.0.2",
77
"pytest-asyncio>=1.3.0",

uv.lock

Lines changed: 1157 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)