From e63fd38567b10cdc95543367715da7fd8959103e Mon Sep 17 00:00:00 2001 From: soxoj <31013580+soxoj@users.noreply.github.com> Date: Mon, 11 Jan 2021 19:06:15 +0300 Subject: [PATCH 1/3] Update python-package.yml --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 8c2f4f1..9d695ed 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 From 12b8e15283e7b22cfebe9abc71957859d3072da0 Mon Sep 17 00:00:00 2001 From: soxoj <31013580+soxoj@users.noreply.github.com> Date: Mon, 11 Jan 2021 22:14:58 +0300 Subject: [PATCH 2/3] Update sites.py --- maigret/sites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maigret/sites.py b/maigret/sites.py index edc68e1..73dd5a1 100644 --- a/maigret/sites.py +++ b/maigret/sites.py @@ -1,5 +1,5 @@ +# -*- coding: future_annotations -*- """Maigret Sites Information""" -from __future__ import annotations import copy import json import operator From 6576763ea04d88ee40c772c1fe5fe4b0c912b7d0 Mon Sep 17 00:00:00 2001 From: soxoj <31013580+soxoj@users.noreply.github.com> Date: Mon, 11 Jan 2021 22:16:32 +0300 Subject: [PATCH 3/3] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4dd59b2..f60881d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ certifi==2020.12.5 chardet==3.0.4 colorama==0.4.4 future==0.18.2 +future-annotations==1.0.0 html5lib==1.1 idna==2.10 Jinja2==2.11.2