File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# PyAwaitable
22
3- ## CPython API for asynchronous functions
3+ ## Call asynchronous code from an extension module
44
55![ Tests] ( https://github.com/ZeroIntensity/pyawaitable/actions/workflows/tests.yml/badge.svg )
66![ Memory Check] ( https://github.com/ZeroIntensity/pyawaitable/actions/workflows/memory_check.yml/badge.svg )
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ readme = "README.md"
1111license = { file = " LICENSE" }
1212classifiers = [
1313 " Programming Language :: Python" ,
14- " Programming Language :: Python :: 3.8" ,
1514 " Programming Language :: Python :: 3.9" ,
1615 " Programming Language :: Python :: 3.10" ,
1716 " Programming Language :: Python :: 3.11" ,
1817 " Programming Language :: Python :: 3.12" ,
18+ " Programming Language :: Python :: 3.13" ,
1919 " Programming Language :: Python :: Implementation :: CPython" ,
2020]
2121dependencies = []
Original file line number Diff line number Diff line change 11"""
2- PyAwaitable - CPython API for asynchronous functions .
2+ PyAwaitable - Call asynchronous code from an extension module .
33
44Docs: https://awaitable.zintensity.dev/
55Source: https://github.com/ZeroIntensity/pyawaitable
You can’t perform that action at this time.
0 commit comments