Skip to content

Commit 7354949

Browse files
committed
Test on develop branch and on python 3.10
1 parent d4a7d8e commit 7354949

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Unit Tests
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master, develop ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ master, develop ]
1111

1212
jobs:
1313
build:
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
19+
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10]
2020

2121
steps:
2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)