Skip to content

Commit 589327e

Browse files
committed
Update supported python versions
1 parent d57fa3c commit 589327e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assess-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
max-parallel: 4
88
matrix:
99
python-version:
10-
- 3.6
1110
- 3.7
1211
- 3.8
12+
- 3.9
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)