Skip to content

Commit

Permalink
[ci] Dropped python 3.6, added 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Feb 18, 2022
1 parent a0a7e0c commit ef8b344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9

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

0 comments on commit ef8b344

Please sign in to comment.