Skip to content

Commit

Permalink
remove python 2.7 from github actions ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomihod committed Apr 2, 2021
1 parent bd2a149 commit a4caa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit a4caa33

Please sign in to comment.