Skip to content

Commit

Permalink
#122: Add typing-extensions as dependency when python_version < 3.8 (#…
Browse files Browse the repository at this point in the history
…123)

Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
Fixes #122
  • Loading branch information
amacf authored Dec 28, 2022
1 parent 79e262e commit aa671aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
platformdirs Changelog
======================

platformdirs 2.6.2 (2022-12-28)
-------------------------------
- Fix missing ``typing-extensions`` dependency.

platformdirs 2.6.1 (2022-12-28)
-------------------------------
- Add detection of ``$PREFIX`` for android.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ urls.Homepage = "https://github.com/platformdirs/platformdirs"
urls.Source = "https://github.com/platformdirs/platformdirs"
urls.Tracker = "https://github.com/platformdirs/platformdirs/issues"
requires-python = ">=3.7"
dependencies = ['typing-extensions>=4.4; python_version < "3.8"']
optional-dependencies.test = [
"appdirs==1.4.4",
"covdefaults>=2.2.2",
Expand Down

0 comments on commit aa671aa

Please sign in to comment.