Skip to content

Commit 1ec0e78

Browse files
committed
Removed v 10 requirement
1 parent b47faff commit 1ec0e78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111

12-
- name: Set up Python 3.10
12+
- name: Set up Python
1313
uses: actions/setup-python@v4
14-
with:
15-
python-version: 3.10
1614

1715
- name: Install dependencies
1816
run: |

0 commit comments

Comments
 (0)