File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Unreleased
3
+ ## 1.7.1 - 2025-05-25
4
4
5
5
### Fixes
6
6
- [ PR-162] ( https://github.com/hamdanal/rich-argparse/pull/162 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " rich-argparse"
7
- version = " 1.7.0 "
7
+ version = " 1.7.1 "
8
8
description = " Rich help formatters for argparse and optparse"
9
9
authors = [
10
10
{
name =
" Ali Hamdan" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 3
3
set -euxo pipefail
4
4
5
5
for python in 3.{8..14}; do
6
- uvx --python=${python} --with=. --with-requirements=tests/requirements.txt pytest --cov
6
+ uvx --isolated -- python=${python} --with=. --with-requirements=tests/requirements.txt pytest --cov
7
7
done
You can’t perform that action at this time.
0 commit comments