File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 fail-fast : false
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v6
1515 - name : Set up Python ${{ matrix.python-version }}
16- uses : actions/setup-python@v3
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ${{ matrix.python-version }}
1919 - name : Install dependencies
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Set up Python 3.10
50- uses : actions/setup-python@v3
50+ uses : actions/setup-python@v6
5151 with :
5252 python-version : ' 3.10'
5353 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Toolium Changelog
44v3.8.0
55------
66
7- *Release date: In development *
7+ *Release date: 2026-03-13 *
88
99- Add pyproject.toml file for packaging and publishing Toolium
1010- Configure ruff for linting and formatting files, replacing flake8 and black
Original file line number Diff line number Diff line change 1- 3.8.0.dev0
1+ 3.8.0
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ exclude_lines = [
102102 " raise AssertionError" ,
103103 " raise NotImplementedError" ,
104104 " if 0:" ,
105- " if __name__ == . __main__. :" ,
105+ " if __name__ == ' __main__' :" ,
106106]
107107
108108[tool .ruff ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ mock~=5.0
55requests-mock~=1.10
66Pygments~=2.14
77build~=1.3
8- wheel~=0.40
8+ wheel~=0.46,>=0.46.2
99twine~=6.2
1010behave~=1.3 # behave tests
1111importlib_metadata~=8.7
You can’t perform that action at this time.
0 commit comments