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.
"typing_extensions;python_version<'3.8'"
1 parent 0d421d6 commit cbddc93Copy full SHA for cbddc93
CHANGELOG.md
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
8
9
### Changed
10
- Dropped support for py3.7
11
-
+- Removed unnecessary dependency `"typing_extensions;python_version<'3.8'"`
12
13
### Fixed
14
pyproject.toml
@@ -22,10 +22,7 @@ classifiers = [
22
]
23
dynamic = ["version"]
24
requires-python = ">=3.8"
25
-dependencies = [
26
- "pywin32;platform_system=='Windows'",
27
- "typing_extensions;python_version<'3.8'",
28
-]
+dependencies = ["pywin32;platform_system=='Windows'"]
29
30
[project.urls]
31
Repository = "https://github.com/python-ffmpegio/python-namedpipe"
0 commit comments