Skip to content

Commit

Permalink
pyproject: Don't require Python 3.9 quite yet
Browse files Browse the repository at this point in the history
We're still compatible with 3.8: let's not force 3.9 yet.

Signed-off-by: Jussi Kukkonen <[email protected]>
  • Loading branch information
jku committed Nov 29, 2024
1 parent d89c8e6 commit 4f32a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "tuf"
description = "A secure updater framework for Python"
readme = "README.md"
license = { text = "MIT OR Apache-2.0" }
requires-python = ">=3.9"
requires-python = ">=3.8"
authors = [
{ email = "[email protected]" },
]
Expand Down

0 comments on commit 4f32a13

Please sign in to comment.