Skip to content

Commit be6fdaa

Browse files
committed
fix: coverage requireing python 3.13
1 parent e4600d4 commit be6fdaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Set up Python
109109
uses: actions/setup-python@v5
110110
with:
111-
python-version: "3.12"
111+
python-version: "3.13"
112112

113113
- name: Upgrade pip
114114
run: |

0 commit comments

Comments
 (0)