Skip to content

Commit

Permalink
Tweak versioning docs, bump packages (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod authored Oct 6, 2023
1 parent d43b6c4 commit 29b6806
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 29b6806

Please sign in to comment.