Skip to content

Commit cfb81a1

Browse files
author
Ivelin Ivanov
authored
fix: support python 3.7 and 3.8
3.9 is not supported yet due to av dep failures.
1 parent ef53875 commit cfb81a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
max-parallel: 4
1212
matrix:
13-
python-version: [3.7, 3.x]
13+
python-version: [3.7, 3.8]
1414

1515
steps:
1616
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)