Skip to content

Commit 8ec79a5

Browse files
committed
update python version
1 parent d91299e commit 8ec79a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: "3.7.5"
22+
python-version: "3.8"
2323

2424
- name: Install elementary tutorial repo
2525
run: |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
description="Tutorial for Elementary.",
1414
version="0.1.0",
1515
packages=find_packages(),
16-
python_requires=">=3.6.2",
16+
python_requires=">=3.8",
1717
author="Elementary",
1818
entry_points="""
1919
[console_scripts]

0 commit comments

Comments
 (0)