Skip to content

Commit aa671aa

Browse files
amacfgaborbernat
andauthored
#122: Add typing-extensions as dependency when python_version < 3.8 (#123)
Co-authored-by: Bernát Gábor <[email protected]> Fixes #122
1 parent 79e262e commit aa671aa

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
platformdirs Changelog
22
======================
33

4+
platformdirs 2.6.2 (2022-12-28)
5+
-------------------------------
6+
- Fix missing ``typing-extensions`` dependency.
7+
48
platformdirs 2.6.1 (2022-12-28)
59
-------------------------------
610
- Add detection of ``$PREFIX`` for android.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ urls.Homepage = "https://github.com/platformdirs/platformdirs"
1818
urls.Source = "https://github.com/platformdirs/platformdirs"
1919
urls.Tracker = "https://github.com/platformdirs/platformdirs/issues"
2020
requires-python = ">=3.7"
21+
dependencies = ['typing-extensions>=4.4; python_version < "3.8"']
2122
optional-dependencies.test = [
2223
"appdirs==1.4.4",
2324
"covdefaults>=2.2.2",

0 commit comments

Comments
 (0)