Merge pull request #15569 from ankush/drop_py37
fix!: drop py3.7 support for v14
This commit is contained in:
commit
5feebe22b0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docs-checker.yml
vendored
2
.github/workflows/docs-checker.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: 'Setup Environment'
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.8
|
||||
|
||||
- name: 'Clone repo'
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -57,5 +57,5 @@ setup(
|
|||
{
|
||||
'clean': CleanCommand
|
||||
},
|
||||
python_requires='>=3.7'
|
||||
python_requires='>=3.8'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue