Skip to content

Commit 196b0bc

Browse files
authored
Update Python version for CI tests
1 parent d245e7f commit 196b0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.7"]
15+
python-version: ["3.9"]
1616

1717
steps:
1818
- uses: actions/checkout@v3
@@ -31,4 +31,4 @@ jobs:
3131
# stop the build if there are Python syntax errors or undefined names
3232
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude experiments
3333
- name: Test
34-
run: python -m unittest discover -s tests
34+
run: python -m unittest discover -s tests

0 commit comments

Comments
 (0)