summaryrefslogtreecommitdiffstats
path: root/requirements.json
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.json')
-rw-r--r--requirements.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.json b/requirements.json
index 86b9a46c..cb55cd25 100644
--- a/requirements.json
+++ b/requirements.json
@@ -38,9 +38,9 @@
38 # Supported Python versions. 38 # Supported Python versions.
39 # 39 #
40 # python-3.6 is in Ubuntu Bionic. 40 # python-3.6 is in Ubuntu Bionic.
41 # python-3.5 is in Debian Stretch. 41 # python-3.7 is in Debian Buster.
42 "python": { 42 "python": {
43 "hard": [3, 5], 43 "hard": [3, 6],
44 "soft": [3, 6] 44 "soft": [3, 6]
45 }, 45 },
46 46