Skip to content

Commit c91892e

Browse files
authored
bump CI python version (#7)
1 parent 850bcc8 commit c91892e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-python@v2
1111
with:
12-
python-version: 3.7
12+
python-version: 3.9
1313
- run: pip install tox
1414
- run: tox -e tests

0 commit comments

Comments
 (0)