From 0afc73b980fab13d2b5f6ac4c9c07e1cc26ef669 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Fri, 10 Nov 2023 11:08:09 +1300 Subject: [PATCH] feat: Support Python 3.12 --- .github/workflows/ci.yml | 1 + .github/workflows/mutation-testing.yml | 2 +- .python-version | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1da89b17..e9201e30 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@v4.1.0 diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index 8cc78d5e..220e4a26 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@v4.7.1 with: - python-version: 3.11 + python-version: 3.12 - uses: actions/cache@v3.3.2 with: path: ~/.cache/pip diff --git a/.python-version b/.python-version index 371cfe35..92536a9e 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.1 +3.12.0 diff --git a/README.md b/README.md index 58014d7c..727d2785 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: