diff --git a/.github/workflows/test_docs.yml b/.github/workflows/test_docs.yml index 9036b5ac..46caf6f9 100644 --- a/.github/workflows/test_docs.yml +++ b/.github/workflows/test_docs.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.12'] + python-version: ['3.14'] container: - image: ubuntu:24.04 + image: ubuntu:26.04 steps: - uses: actions/checkout@v6 - name: Set up container diff --git a/.github/workflows/test_tox.yml b/.github/workflows/test_tox.yml index 4ed26bb5..9232b222 100644 --- a/.github/workflows/test_tox.yml +++ b/.github/workflows/test_tox.yml @@ -25,7 +25,7 @@ jobs: - python-version: '3.14' toxenv: 'py314' container: - image: ubuntu:24.04 + image: ubuntu:26.04 steps: - uses: actions/checkout@v6 - name: Set up container @@ -54,9 +54,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.12'] + python-version: ['3.14'] container: - image: ubuntu:24.04 + image: ubuntu:26.04 steps: - uses: actions/checkout@v6 - name: Set up container @@ -89,9 +89,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.12'] + python-version: ['3.14'] container: - image: ubuntu:24.04 + image: ubuntu:26.04 steps: - uses: actions/checkout@v6 - name: Set up container diff --git a/.pylintrc b/.pylintrc index 8adccca5..ca6099d2 100644 --- a/.pylintrc +++ b/.pylintrc @@ -449,7 +449,6 @@ confidence=HIGH, # --disable=W". disable=assignment-from-none, bad-inline-option, - consider-using-f-string, deprecated-pragma, duplicate-code, file-ignored, diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 24853d8c..9cf7768d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,9 +4,9 @@ version: 2 build: - os: ubuntu-24.04 + os: ubuntu-26.04 tools: - python: "3.12" + python: "3.14" sphinx: configuration: docs/conf.py diff --git a/pyproject.toml b/pyproject.toml index c7a98ee1..1d4743a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "artifacts" -version = "20260504" +version = "20260510" description = "ForensicArtifacts.com Artifact Repository" maintainers = [ { name = "Forensic artifacts", email = "forensicartifacts@googlegroups.com" },