aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 37bd94a..0ccf7e8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ name = 'peebz'
version = '0.1'
description = 'A bridge between public-inbox, bugzilla, and git'
readme = 'README.md'
-requires-python = '>=3.8'
+requires-python = '>=3.6'
license = {file = 'COPYING'}
authors = [
{ name = 'Konstantin Ryabitsev', email = 'konstantin@linuxfoundation.org' }