Skip to content

Commit 277e9c6

Browse files
committed
Version 1.9.2 release
1 parent fb3df78 commit 277e9c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333

3434
steps:
3535
- uses: actions/checkout@v2
36-
- name: Set up Python 3.7
36+
- name: Set up Python 3.9
3737
uses: actions/setup-python@v1
3838
with:
39-
python-version: 3.7
39+
python-version: 3.9
4040
- name: Install dependencies
4141
run: |
4242
pip install -U pip setuptools wheel

0 commit comments

Comments
 (0)