Skip to content

Commit

Permalink
Remove python 3.9 from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Apr 17, 2021
1 parent 78d6265 commit 59b282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
python-version: ['3.6', '3.7', '3.8']

steps:
- name: Checkout code
Expand Down

0 comments on commit 59b282f

Please sign in to comment.