diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d458c6..7a6b6c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index 73c4a75..a12dcf3 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -10,7 +10,7 @@ jobs: - name: Setup Python uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 with: - python-version: 3.11 + python-version: 3.12 - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: ~/.cache/pip diff --git a/.python-version b/.python-version index 371cfe3..92536a9 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.1 +3.12.0 diff --git a/README.md b/README.md index 58014d7..727d278 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ LGTM is owned by GitHub and free for open source repositories. It can only be en Prerequisites: -- Python 3.8 through 3.11 (this can be changed in `.python-version` and `pyproject.toml`) +- Python 3.8 through 3.12 (this can be changed in `.python-version` and `pyproject.toml`) - [Poetry](https://python-poetry.org/docs/#installation) Optional dependencies: diff --git a/pyproject.toml b/pyproject.toml index 380c488..2f82216 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,6 @@ max-line-length = 127 [tool.pylint.MASTER] disable = [ - "bad-continuation", "duplicate-code", "invalid-name", "missing-docstring",