Require and upgrade to Python 3.8

This commit is contained in:
Aurélien Geron
2021-10-17 14:27:34 +13:00
parent 37df539ab1
commit aa319d94f0
27 changed files with 65 additions and 65 deletions

View File

@@ -48,9 +48,9 @@
"metadata": {},
"outputs": [],
"source": [
"# Python ≥3.7 is required\n",
"# Python ≥3.8 is required\n",
"import sys\n",
"assert sys.version_info >= (3, 7)\n",
"assert sys.version_info >= (3, 8)\n",
"\n",
"# Common imports\n",
"import numpy as np\n",
@@ -3859,7 +3859,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.10"
"version": "3.8.12"
}
},
"nbformat": 4,