Skip to content

Commit 7893aba

Browse files
drop python 3.6 support
1 parent 2ef7aba commit 7893aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: macos-11
1818
strategy:
1919
matrix:
20-
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10.0-rc.2' ]
20+
python-version: [ '3.7', '3.8', '3.9', '3.10.0' ]
2121
env:
2222
MACOSX_DEPLOYMENT_TARGET: 10.14
2323
steps:
@@ -63,7 +63,7 @@ jobs:
6363
# You can use PyPy versions in python-version.
6464
# For example, pypy2 and pypy3
6565
matrix:
66-
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10.0-rc.2', 'pypy-3.6', 'pypy-3.7' ]
66+
python-version: [ '3.7', '3.8', '3.9', '3.10.0', 'pypy-3.7' ]
6767
steps:
6868
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
6969
- uses: actions/checkout@v2
@@ -110,7 +110,7 @@ jobs:
110110
# You can use PyPy versions in python-version.
111111
# For example, pypy2 and pypy3
112112
matrix:
113-
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10.0-rc.2' ]
113+
python-version: [ '3.7', '3.8', '3.9', '3.10.0' ]
114114
steps:
115115
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
116116
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)