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

@@ -40,9 +40,9 @@
},
"outputs": [],
"source": [
"# Python ≥3.7 is required\n",
"# Python ≥3.8 is required\n",
"import sys\n",
"assert sys.version_info >= (3, 7)"
"assert sys.version_info >= (3, 8)"
]
},
{
@@ -695,7 +695,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.10"
"version": "3.8.12"
},
"metadata": {
"interpreter": {