Skip to content

Commit

Permalink
Drop support for python 3.7; Update docs to use Sphinx 7 and MyST 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Aug 4, 2024
1 parent 11b9213 commit af3f91b
Show file tree
Hide file tree
Showing 6 changed files with 299 additions and 367 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: snok/install-poetry@v1.3
- uses: snok/install-poetry@v1.4
with:
version: 1.5.1 # For python 3.7 compatibility
virtualenvs-in-project: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.12
- uses: snok/install-poetry@v1.3
- uses: snok/install-poetry@v1.4
with:
virtualenvs-in-project: true

Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.5.5
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.11.1
hooks:
- id: mypy
files: requests_ratelimiter
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# History

## 0.8.0 (Unreleased)
* ⚠️ Drop support for python 3.7

## 0.7.0 (2024-07-02)
* Add pickling support for `LimiterSession`

Expand Down
Loading

0 comments on commit af3f91b

Please sign in to comment.