mergify[bot]
há 3 anos
committed by
GitHub
ascendente
cometimento
5feebe22b0
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
2 ficheiros alterados com
2 adições e
2 eliminações
-
.github/workflows/docs-checker.yml
-
setup.py
|
|
@@ -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 |
|
|
|
|
|
@@ -57,5 +57,5 @@ setup( |
|
|
|
{ |
|
|
|
'clean': CleanCommand |
|
|
|
}, |
|
|
|
python_requires='>=3.7' |
|
|
|
python_requires='>=3.8' |
|
|
|
) |