Skip to content

Commit

Permalink
Downgrade required versions of sphinx + related for 3.8
Browse files Browse the repository at this point in the history
This lowers the required versions of sphinx and sphinx-autodoc-typehints
to the highest versions that still support Python 3.8.
  • Loading branch information
dgmcdona committed Jan 14, 2025
1 parent d7b9eda commit 055c8db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ more details.

## Installing

Volatility 3 requires Python 3.10.0 or later and is published on the [PyPi registry](https://pypi.org/project/volatility3).
Volatility 3 requires Python 3.8.0 or later and is published on the [PyPi registry](https://pypi.org/project/volatility3).

```shell
pip install volatility3
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
authors = [
{ name = "Volatility Foundation", email = "volatility@volatilityfoundation.org" },
]
requires-python = ">=3.10.0"
requires-python = ">=3.8.0"
license = { text = "VSL" }
dynamic = ["version"]

Expand Down Expand Up @@ -48,8 +48,8 @@ test = [

docs = [
"volatility3[dev]",
"sphinx==8.0.2",
"sphinx-autodoc-typehints>=2.5.0,<3",
"sphinx>=7,<=7.1.2",
"sphinx-autodoc-typehints==2.0.1",
"sphinx-rtd-theme>=3.0.1,<4",
]

Expand Down

0 comments on commit 055c8db

Please sign in to comment.