projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e35bf64
)
Remove Python 2.7 from GitHub Actions Test workflow
author
Harmon
<Harmon758@gmail.com>
Sat, 26 Dec 2020 08:39:18 +0000
(
02:39
-0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 26 Dec 2020 08:39:18 +0000
(
02:39
-0600)
.github/workflows/test.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/test.yml
b/.github/workflows/test.yml
index df6bfcbe4052a198d8908407e20248016c421169..a5b6e8ecf96d5b8e7359dbcf3eec44fc559e0f0e 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: [
2.7,
3.5, 3.6, 3.7, 3.8, 3.9]
+ python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2