aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2023-09-08 15:58:22 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2023-09-08 15:58:22 -0400
commit947e6f16612b09b80db45999be22cc8977a8066b (patch)
tree0912e81483daecf1d84f57d7fc59f1c2619dc4ab
parent3cfb6481353c5016f903b168413fe2a1776c74a4 (diff)
downloadpeebz-947e6f16612b09b80db45999be22cc8977a8066b.tar.gz
Fix python minimal requirement to 3.6HEADmaster
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-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' }