Skip to content

Commit

Permalink
Python 3.6 not available on ubuntu-latest github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda11 committed Sep 22, 2023
1 parent 676ce3e commit 7d0f450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
#python 3.6 not available on ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.6", "3.8"]
Expand Down

0 comments on commit 7d0f450

Please sign in to comment.