Skip to content

Commit 80e4764

Browse files
authored
Release Toolium 3.8.0 (#463)
1 parent ad0aeef commit 80e4764

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
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
@@ -47,7 +47,7 @@ jobs:
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

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Toolium Changelog
44
v3.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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.0.dev0
1+
3.8.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mock~=5.0
55
requests-mock~=1.10
66
Pygments~=2.14
77
build~=1.3
8-
wheel~=0.40
8+
wheel~=0.46,>=0.46.2
99
twine~=6.2
1010
behave~=1.3 # behave tests
1111
importlib_metadata~=8.7

0 commit comments

Comments
 (0)