File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ]
33build-backend = " hatchling.build"
44
55[project ]
66name = " view.py"
77description = ' The Batteries-Detachable Web Framework.'
88readme = " README.md"
9- requires-python = " >=3.8 "
9+ requires-python = " >=3.9 "
1010keywords = []
1111authors = [
1212 {
name =
" ZeroIntensity" ,
email =
" [email protected] " },
1313]
1414classifiers = [
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]
2323dependencies = [
@@ -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]
3434dynamic = [" version" , " license" ]
3535
You can’t perform that action at this time.
0 commit comments