Skip to content

Commit 1255497

Browse files
authored
Changes for CI tests (#1267)
1 parent a64acae commit 1255497

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/test_tox.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
@@ -50,9 +50,9 @@ jobs:
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
@@ -85,9 +85,9 @@ jobs:
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

.pylintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ confidence=HIGH,
449449
# --disable=W".
450450
disable=assignment-from-none,
451451
bad-inline-option,
452-
consider-using-f-string,
453452
deprecated-pragma,
454453
duplicate-code,
455454
file-ignored,

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ environment:
3131

3232
install:
3333
- cmd: "%PYTHON%\\python.exe -m pip install -U build pip setuptools twine wheel"
34-
- ps: .\config\appveyor\install.ps1
3534

3635
build_script:
3736
- cmd: IF [%TARGET%]==[wheel] (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "l2tdevtools"
7-
version = "20260504"
7+
version = "20260508"
88
description = "Development tools for the log2timeline projects"
99
maintainers = [
1010
{ name = "Log2Timeline maintainers", email = "log2timeline-maintainers@googlegroups.com" },

0 commit comments

Comments
 (0)