Skip to content

Commit c47797c

Browse files
mvargas33mvargas33
authored and
mvargas33
committed
Remove 3.9 from compatibility
1 parent 8571f97 commit c47797c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
os: [ubuntu-latest]
44-
python-version: ['3.6', '3.7', '3.8', '3.9']
44+
python-version: ['3.6', '3.7', '3.8']
4545
steps:
4646
- uses: actions/checkout@v2
4747
- name: Set up Python

0 commit comments

Comments
 (0)