From 13bd7458042ce9e3f98491c98b0e2322f7035287 Mon Sep 17 00:00:00 2001 From: dosisod <39638017+dosisod@users.noreply.github.com> Date: Thu, 5 Oct 2023 22:36:58 -0700 Subject: [PATCH 1/2] Tweak version wording, update `3.12-dev` to `3.12` --- .github/workflows/ci.yml | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74d2d12..3209665 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - python-version: ["3.10", "3.11", "3.12-dev"] + python-version: ["3.10", "3.11", "3.12"] env: FORCE_COLOR: 1 diff --git a/README.md b/README.md index 8d322f8..c0e3e05 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,7 @@ $ refurb file.py folder/ ``` > **Note** -> Refurb only supports Python 3.10. It can check Python 3.6 code and up, but Refurb -> itself must be ran through Python 3.10. +> Refurb must be ran on Python 3.10+, though it can check Python 3.6+ code by setting the `--python-version` flag. ## Explanations For Checks From f770d2c64339757863c42b485cedd166409e9741 Mon Sep 17 00:00:00 2001 From: dosisod <39638017+dosisod@users.noreply.github.com> Date: Thu, 5 Oct 2023 22:41:17 -0700 Subject: [PATCH 2/2] Bump packages --- dev-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index da69ef9..969332a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,8 @@ attrs==23.1.0 -black==23.9.0 +black==23.9.1 click==8.1.7 colorama==0.4.6 -coverage==7.3.1 +coverage==7.3.2 exceptiongroup==1.1.3 fastapi==0.100.0 iniconfig==2.0.0 @@ -11,11 +11,11 @@ mypy-extensions==1.0.0 mypy==1.5.1 packaging==23.1 pathspec==0.11.2 -platformdirs==3.10.0 +platformdirs==3.11.0 pluggy==1.3.0 py==1.11.0 pyparsing==3.1.1 pytest-cov==4.1.0 pytest==7.4.2 -ruff==0.0.287 -typos==1.16.11 +ruff==0.0.292 +typos==1.16.17