Skip to content

Commit d8c791c

Browse files
committed
feat: adds support for python 3.12
1 parent 6984291 commit d8c791c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v3.2.0 (2023-10-25)
4+
5+
- Adds support for Python 3.12
6+
37
## v3.1.1 (2023-08-27)
48

59
- Expand paths for user-supplied strings. This now allows for spaces in paths and proper expansion of home directories (eg: `~`)

pip_tree/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.1.1'
1+
__version__ = '3.2.0'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'mypy == 1.5.*',
2424
'pytest == 7.*',
2525
'pytest-cov == 4.*',
26+
'setuptools == 68.*',
2627
'twine == 4.*',
2728
'types-setuptools',
2829
]

0 commit comments

Comments
 (0)