We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d4d1b9 + 0caebfa commit e196085Copy full SHA for e196085
2 files changed
.github/workflows/release.yml
@@ -95,7 +95,7 @@ jobs:
95
runs-on: ubuntu-latest
96
environment:
97
name: pypi
98
- url: https://pypi.org/p/botanu
+ url: https://pypi.org/botanu
99
permissions:
100
id-token: write # required for OIDC trusted publishing
101
steps:
pyproject.toml
@@ -144,10 +144,8 @@ dev = [
144
"pytest-asyncio >= 0.21.0",
145
"pytest-cov >= 4.1.0",
146
"coverage[toml] >= 7.0",
147
- "httpx >= 0.24.0, < 0.28.0; python_version < '3.10'",
148
- "httpx >= 0.24.0; python_version >= '3.10'",
149
- "starlette >= 0.27.0, < 0.30.0; python_version >= '3.10'",
150
- "starlette >= 0.27.0; python_version >= '3.10'",
+ "httpx >= 0.24.0, < 0.28.0",
+ "starlette >= 0.27.0, < 0.30.0",
151
"ruff >= 0.4.0",
152
"mypy >= 1.7.0",
153
"pre-commit >= 3.5.0",
0 commit comments