Skip to content

Commit e722767

Browse files
committed
adapt test to .py version 3.10
1 parent 5fc2ed7 commit e722767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v4
1919
with:
20-
python-version: "3.8" # Change this to match your setup
20+
python-version: "3.10" # Change this to match your setup
2121

2222
- name: Install Dependencies
2323
run: |

0 commit comments

Comments
 (0)