Skip to content

Commit 4f32a13

Browse files
committed
pyproject: Don't require Python 3.9 quite yet
We're still compatible with 3.8: let's not force 3.9 yet. Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent d89c8e6 commit 4f32a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "tuf"
1010
description = "A secure updater framework for Python"
1111
readme = "README.md"
1212
license = { text = "MIT OR Apache-2.0" }
13-
requires-python = ">=3.9"
13+
requires-python = ">=3.8"
1414
authors = [
1515
{ email = "[email protected]" },
1616
]

0 commit comments

Comments
 (0)