We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91299e commit 8ec79a5Copy full SHA for 8ec79a5
.github/workflows/generate-data.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Python
20
uses: actions/setup-python@v4
21
with:
22
- python-version: "3.7.5"
+ python-version: "3.8"
23
24
- name: Install elementary tutorial repo
25
run: |
setup.py
@@ -13,7 +13,7 @@
13
description="Tutorial for Elementary.",
14
version="0.1.0",
15
packages=find_packages(),
16
- python_requires=">=3.6.2",
+ python_requires=">=3.8",
17
author="Elementary",
18
entry_points="""
[console_scripts]
0 commit comments