File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2828 - name : Set up Python
2929 uses : actions/setup-python@v5
3030 with :
31- python-version : 3.12
31+ python-version : 3.14
3232
3333 - name : Install pypa/build and twine
3434 run : python -m pip install --user --upgrade build twine pkginfo
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v0.15.0
5+ -----------
6+
7+ - Drop support for python3.9 and add support for python3.14
8+ - Ensure that cached file is not empty before use https://github.com/aboutcode-org/python-inspector/pull/251
9+ - Filter out empty values from install_requires https://github.com/aboutcode-org/python-inspector/pull/250
10+
411v0.14.4
512-----------
613
Original file line number Diff line number Diff line change 11[metadata]
22name = python-inspector
33license = Apache-2.0
4+ version = 0.15.0
45
56# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
67description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.
You can’t perform that action at this time.
0 commit comments