Skip to content

Commit b45207c

Browse files
committed
dependencies and packaging++
1 parent c40145f commit b45207c

4 files changed

Lines changed: 1445 additions & 3 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66
build:
77
os: ubuntu-24.04
88
tools:
9-
python: "3.13"
9+
python: "3.14"
1010
jobs:
1111
install:
1212
- pip install -U pip

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ include README.rst LICENSE CHANGELOG.rst pyproject.toml
1212

1313
global-exclude *.pyc *.pyo *.swo *.swp *.map *.yml *.DS_Store
1414
exclude .readthedocs.yaml
15+
exclude uv.lock

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ maintainers = [
2323
requires-python = ">=3.10"
2424
dependencies = [
2525
"hyperframe>=6.1,<7",
26-
"hpack>=4.1,<5",
26+
"hpack>=4.2,<5",
2727
]
2828
dynamic = ["version"]
2929

@@ -77,7 +77,7 @@ packaging = [
7777
]
7878

7979
docs = [
80-
"sphinx>=9.1.0,<10",
80+
'sphinx>=9.1.0,<10 ; python_version >= "3.12"',
8181
]
8282

8383
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)