projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b95ba
)
Remove Python 3.5 from GitHub Actions Test workflow
author
Harmon
<Harmon758@gmail.com>
Mon, 28 Dec 2020 02:19:36 +0000
(20:19 -0600)
committer
Harmon
<Harmon758@gmail.com>
Mon, 28 Dec 2020 02:19:36 +0000
(20:19 -0600)
.github/workflows/test.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/test.yml
b/.github/workflows/test.yml
index 91265094b5edb426b968c6c627b945cbecbc3f31..e8e21cf41f1a58877843828228dc2818063714f1 100644
(file)
--- a/
.github/workflows/test.yml
+++ b/
.github/workflows/test.yml
@@
-7,7
+7,7
@@
jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.
5, 3.
6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2