Require Python 3.7+

This commit is contained in:
Aurélien Geron
2022-02-19 23:03:20 +13:00
parent 3cd107cae8
commit 85171acd17
19 changed files with 38 additions and 38 deletions

View File

@@ -44,7 +44,7 @@
"id": "8IPbJEmZpKzu"
},
"source": [
"This project requires Python 3.8 or above:"
"This project requires Python 3.7 or above:"
]
},
{
@@ -57,7 +57,7 @@
"source": [
"import sys\n",
"\n",
"assert sys.version_info >= (3, 8)"
"assert sys.version_info >= (3, 7)"
]
},
{