shell-session-manager 1.0.0__tar.gz → 1.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: shell-session-manager
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Async subprocess session manager with incremental stdin/stdout/stderr support
5
5
  Author-Email: =?utf-8?b?WWFubGkg55uQ57KS?= <yanli@mail.one>
6
6
  License-Expression: Apache-2.0
7
7
  License-File: LICENSE
8
- Requires-Python: ==3.14.*
8
+ Requires-Python: >=3.12
9
9
  Requires-Dist: anyio>=4.12.1
10
10
  Description-Content-Type: text/markdown
11
11
 
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "shell-session-manager"
9
- version = "1.0.0"
9
+ version = "1.0.1"
10
10
  description = "Async subprocess session manager with incremental stdin/stdout/stderr support"
11
11
  authors = [
12
12
  { name = "Yanli 盐粒", email = "yanli@mail.one" },
@@ -14,7 +14,7 @@ authors = [
14
14
  dependencies = [
15
15
  "anyio>=4.12.1",
16
16
  ]
17
- requires-python = "==3.14.*"
17
+ requires-python = ">=3.12"
18
18
  readme = "README.md"
19
19
  license = "Apache-2.0"
20
20
  license-files = [