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

@@ -41,7 +41,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This project requires Python 3.8 or above:"
"This project requires Python 3.7 or above:"
]
},
{
@@ -52,7 +52,7 @@
"source": [
"import sys\n",
"\n",
"assert sys.version_info >= (3, 8)"
"assert sys.version_info >= (3, 7)"
]
},
{