Skip to content

Commit

Permalink
Now Python GitHub package uses Python 2.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Jul 24, 2020
1 parent c2d1831 commit 60825c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7.17, 3.5.9]
python-version: [2.7.18, 3.5.9]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 60825c7

Please sign in to comment.