0.7.2 add version= to @future(), support Py3.14, mark .waiter as future

This commit is contained in:
Yusur 2025-10-11 18:39:06 +02:00
parent be4404c520
commit 7e80c84de6
6 changed files with 43 additions and 6 deletions

View file

@ -27,7 +27,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14"
]
[project.urls]