Skip to content

Commit 77fdbdf

Browse files
committed
fix python version in test
1 parent aa899ea commit 77fdbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.9.13'
27+
python-version: '3.10.11'
2828

2929
# - name: Upgrading pip
3030
# run: pip install --upgrade pip

0 commit comments

Comments
 (0)