Skip to content

Commit 7283815

Browse files
committed
Update requires-python to >=3.12
1 parent e22402b commit 7283815

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.1"
4-
requires-python = ">=3.10"
4+
requires-python = ">=3.12"
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.1"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.12"
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.1"
4-
requires-python = ">=3.10"
4+
requires-python = ">=3.12"
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.1"
4-
requires-python = ">=3.10"
4+
requires-python = ">=3.12"
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.1"
4-
requires-python = ">=3.10"
4+
requires-python = ">=3.12"
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
@@ -8,7 +8,7 @@ readme = { file = "README-pypi.md", content-type = "text/markdown" }
88
authors = [
99
{ name = "Ruben Felgenhauer", email = "[email protected]" }
1010
]
11-
requires-python = ">=3.10"
11+
requires-python = ">=3.12"
1212
dependencies = [
1313
"pydantic>=2.12.5",
1414
]

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.1"
4-
requires-python = ">=3.10"
4+
requires-python = ">=3.12"
55
dependencies = [
66
"pytest>=9.0.2",
77
"pytest-asyncio>=1.3.0",

0 commit comments

Comments
 (0)