Skip to content

Commit 54b6324

Browse files
authored
Merge pull request #40 from dxFeed/EN-3260-update-testpackage-workflow
[EN-3260] Added 3.9 to testpackage workflow
2 parents 26c4f78 + e07d6fe commit 54b6324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
os: [ubuntu-18.04, windows-latest, macos-latest]
51-
python-version: [3.6, 3.7, 3.8]
51+
python-version: [3.6, 3.7, 3.8, 3.9]
5252

5353
runs-on: ${{ matrix.os }}
5454

0 commit comments

Comments
 (0)