Skip to content

Commit 5279ed9

Browse files
authored
Add Py 3.9 to CI (#27)
1 parent f8fa940 commit 5279ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
python-version: ['3.6', '3.7', '3.8', 'pypy3']
29+
python-version: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Setup Python

0 commit comments

Comments
 (0)