File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - python-version : ' 3.14'
2222 toxenv : ' py314'
2323 container :
24- image : ubuntu:24 .04
24+ image : ubuntu:26 .04
2525 steps :
2626 - uses : actions/checkout@v6
2727 - name : Set up container
5050 runs-on : ubuntu-latest
5151 strategy :
5252 matrix :
53- python-version : ['3.12 ']
53+ python-version : ['3.14 ']
5454 container :
55- image : ubuntu:24 .04
55+ image : ubuntu:26 .04
5656 steps :
5757 - uses : actions/checkout@v6
5858 - name : Set up container
8585 runs-on : ubuntu-latest
8686 strategy :
8787 matrix :
88- python-version : ['3.12 ']
88+ python-version : ['3.14 ']
8989 container :
90- image : ubuntu:24 .04
90+ image : ubuntu:26 .04
9191 steps :
9292 - uses : actions/checkout@v6
9393 - name : Set up container
Original file line number Diff line number Diff line change @@ -449,7 +449,6 @@ confidence=HIGH,
449449# --disable=W".
450450disable =assignment-from-none,
451451 bad-inline-option,
452- consider-using-f-string,
453452 deprecated-pragma,
454453 duplicate-code,
455454 file-ignored,
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ environment:
3131
3232install :
3333- cmd : " %PYTHON%\\ python.exe -m pip install -U build pip setuptools twine wheel"
34- - ps : .\config\appveyor\install.ps1
3534
3635build_script :
3736- cmd : IF [%TARGET%]==[wheel] (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " l2tdevtools"
7- version = " 20260504 "
7+ version = " 20260508 "
88description = " Development tools for the log2timeline projects"
99maintainers = [
1010 { name = " Log2Timeline maintainers" , email = " log2timeline-maintainers@googlegroups.com" },
You can’t perform that action at this time.
0 commit comments