Skip to content

Commit 1c7cbd0

Browse files
committed
chore: fix lineless_table min py version
1 parent d94fb55 commit 1c7cbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lineless_table_rec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Python 3.10
4343
uses: actions/setup-python@v4
4444
with:
45-
python-version: '3.7'
45+
python-version: '3.10'
4646
architecture: 'x64'
4747

4848
- name: Run setup.py

0 commit comments

Comments
 (0)