Skip to content

Commit 4b65327

Browse files
committed
fix(ci): remove deprecated --show-source flag, bump towncrier for Python 3.14
- Remove --show-source from ruff check in tox lint env (removed in ruff 0.4.0+) - Bump towncrier from ^22.12.0 to >=24.8.0 (fixes pkg_resources import on 3.14)
1 parent 4e43f4e commit 4b65327

3 files changed

Lines changed: 11 additions & 66 deletions

File tree

poetry.lock

Lines changed: 9 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ requests = "*"
4040
coverage = ">=7.0,<9.0"
4141
httpx = "*"
4242
tox = ">=4.5.1"
43-
towncrier = "^22.12.0"
43+
towncrier = ">=24.8.0"
4444
hypothesis = ">=6.0"
4545
fakeredis = { version = ">=2.0", extras = ["lua"] }
4646
pytest-asyncio = ">=0.23.0"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ skip_install = true
3030
commands_pre =
3131
poetry install --no-root --with=linting --sync --all-extras
3232
commands =
33-
ruff check --show-source .
33+
ruff check .
3434
mypy
3535
pyright
3636

0 commit comments

Comments
 (0)