From 7705f3d2734959f4428ce8ff6cc6b10467fe2d7c Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 10 Oct 2020 11:07:34 +0530 Subject: [PATCH] Goodbye Python 3.5, Hello 3.9 --- .github/workflows/test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9aef045..4218226 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] fail-fast: false steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index cce7bca..6a7011c 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ More fun stuff you can try with `googler`: #### Dependencies -`googler` requires Python 3.5 or later. Only the latest patch release of each minor version is supported. +`googler` requires Python 3.6 or later. Only the latest patch release of each minor version is supported. To copy url to clipboard at the omniprompt, `googler` looks for `xsel` or `xclip` or `termux-clipboard-set` (in the same order) on Linux, `pbcopy` (default installed) on macOS and `clip` (default installed) on Windows. It also supports GNU Screen and tmux copy-paste buffers in the absence of X11.