Skip to content

Commit e41b6b4

Browse files
committed
fix: fix action
1 parent 60e7d9b commit e41b6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
# python-version: ["3.7", "3.8", "3.9"]
27-
python-version: ["3.8"]
27+
python-version: ["3.9"]
2828
os: [ubuntu-latest]
2929
runs-on: ${{ matrix.os }}
3030
steps:

0 commit comments

Comments
 (0)