Skip to content

Commit

Permalink
feat: adds support for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Oct 25, 2023
1 parent 6984291 commit d8c791c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v3.2.0 (2023-10-25)

- Adds support for Python 3.12

## v3.1.1 (2023-08-27)

- Expand paths for user-supplied strings. This now allows for spaces in paths and proper expansion of home directories (eg: `~`)
Expand Down
2 changes: 1 addition & 1 deletion pip_tree/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.1'
__version__ = '3.2.0'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'mypy == 1.5.*',
'pytest == 7.*',
'pytest-cov == 4.*',
'setuptools == 68.*',
'twine == 4.*',
'types-setuptools',
]
Expand Down

0 comments on commit d8c791c

Please sign in to comment.