Skip to content

Commit 74ac546

Browse files
committed
Bump classifiers and PyAwaitable version.
1 parent dd5e0f0 commit 74ac546

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[build-system]
2-
requires = ["scikit-build-core>=0.9.0", "hatchling>=1", "pyawaitable==1.2.0"]
2+
requires = ["scikit-build-core>=0.9.0", "hatchling>=1", "pyawaitable>=1.3.0"]
33
build-backend = "hatchling.build"
44

55
[project]
66
name = "view.py"
77
description = 'The Batteries-Detachable Web Framework.'
88
readme = "README.md"
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.9"
1010
keywords = []
1111
authors = [
1212
{ name = "ZeroIntensity", email = "[email protected]" },
1313
]
1414
classifiers = [
1515
"Programming Language :: Python",
16-
"Programming Language :: Python :: 3.8",
1716
"Programming Language :: Python :: 3.9",
1817
"Programming Language :: Python :: 3.10",
1918
"Programming Language :: Python :: 3.11",
2019
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
2121
"Programming Language :: Python :: Implementation :: CPython",
2222
]
2323
dependencies = [
@@ -29,7 +29,7 @@ dependencies = [
2929
"toml~=0.10",
3030
"aiofiles>=24",
3131
"prompts.py~=0.1",
32-
"pyawaitable"
32+
"pyawaitable>=1.3.0"
3333
]
3434
dynamic = ["version", "license"]
3535

0 commit comments

Comments
 (0)