We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540d038 commit 75196c5Copy full SHA for 75196c5
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v1.3.2 (2025-04-04)
2
+
3
+### Fix
4
5
+- Add conditional import of ParamSpec for Python < 3.10
6
+- nested asyncio loops problem
7
8
## v1.3.1 (2025-02-13)
9
10
### Fix
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "yascheduler"
# version should be changed by automation, not by hand - DON'T TOUCH
-version = "1.3.1"
+version = "1.3.2"
description = """Yet another computing scheduler and cloud orchestration engine"""
11
authors = [
12
{name = "Evgeny Blokhin", email = "eb@tilde.pro"},
0 commit comments