Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Updated python versions
  • Loading branch information
brentinrochester authored and BrentInRochester committed Feb 12, 2023
1 parent 4fb4362 commit d1ccfa1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ commands = nosetests --with-coverage --cover-package=android2po --cover-erase --

[gh-actions]
python =
3.5: py35
3.6: py36
3.7: py37
3.8: py38, mypy

0 comments on commit d1ccfa1

Please sign in to comment.