Skip to content

Commit 0bb5eab

Browse files
authored
update gh for unit tests
1 parent 2d50bd6 commit 0bb5eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest, windows-latest]
10-
python-version: [3.7, 3.8, 3.9, "3.10"]
10+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Setup Python ${{ matrix.python-version }}
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@master
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Static code checking with pyflakes

0 commit comments

Comments
 (0)