Skip to content

Commit 1479870

Browse files
committed
Drop supoprt for Python 3.6 and older CI's.
1 parent 418e3e5 commit 1479870

18 files changed

Lines changed: 18 additions & 464 deletions

.appveyor/install_python.ps1

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/python-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint:
1010
runs-on: ubuntu-20.04
1111
env:
12-
python-version: "3.9"
12+
python-version: "3.x"
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v2

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: ["ubuntu-20.04", "windows-2019"]
20-
python-version: ["3.6", "3.7", "3.8", "3.9", "pypy-3.7"]
20+
python-version: ["3.7", "3.8", "3.9", "pypy-3.7"]
2121
architecture: ["x64"]
2222
include:
2323
- os: "windows-2019"
24-
python-version: "3.6"
24+
python-version: "3.7"
2525
architecture: "x86"
2626
- os: "windows-2019"
27-
python-version: "pypy-3.6"
27+
python-version: "pypy-3.7"
2828
architecture: "x86"
2929
fail-fast: false
3030

.travis.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.travis/before_install.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

.travis/install_python.sh

Lines changed: 0 additions & 239 deletions
This file was deleted.

.travis/launchpad.key.enc

-2.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)