From 6691b266742dfae4109ae356173a9a600ea45d35 Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Thu, 14 Apr 2022 01:32:30 +0300 Subject: [PATCH] Drop Python 3.6 support (#434) --- .github/workflows/python-package.yml | 2 +- .github/workflows/update-site-data.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 382283f..b1e8c9e 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6.9, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/update-site-data.yml b/.github/workflows/update-site-data.yml index a7b3d0e..29d069f 100644 --- a/.github/workflows/update-site-data.yml +++ b/.github/workflows/update-site-data.yml @@ -2,7 +2,7 @@ name: Update sites rating and statistics on: pull_request: - branches: [ main ] + branches: [ dev ] types: [opened, synchronize] jobs: diff --git a/README.md b/README.md index 074fc88..a577d14 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Also you can run Maigret using cloud shells and Jupyter notebooks (see buttons b ### Package installing -**NOTE**: Python 3.6 or higher and pip is required, **Python 3.8 is recommended.** +**NOTE**: Python 3.7 or higher and pip is required, **Python 3.8 is recommended.** ```bash # install from pypi