Skip to content

Commit b3c1999

Browse files
remove github tests for Python 3.6
1 parent ac464f3 commit b3c1999

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
include:
3737
- py_ver: "3.7"
3838
mysql_ver: "5.7"
39-
- py_ver: "3.6"
40-
mysql_ver: "5.7"
4139
steps:
4240
- uses: actions/checkout@v2
4341
- name: Set up Python ${{matrix.py_ver}}
@@ -106,4 +104,4 @@ jobs:
106104
with:
107105
branch: gh-pages
108106
directory: gh-pages
109-
github_token: ${{secrets.GITHUB_TOKEN}}
107+
github_token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)