Skip to content

Commit 30b7bcd

Browse files
chore(deps): update dependency python to v3.13.3
1 parent f2c817e commit 30b7bcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up Python
7979
uses: actions/[email protected]
8080
with:
81-
python-version: "3.9"
81+
python-version: "3.9 || 3.13"
8282

8383
- name: Get Python Version
8484
id: get_python_version
@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/[email protected]
116116
- uses: actions/setup-python@v5
117117
with:
118-
python-version: "3.12"
118+
python-version: "3.12 || 3.13"
119119
- name: Download coverage reports
120120
uses: actions/[email protected]
121121
with:
@@ -166,7 +166,7 @@ jobs:
166166
- name: Set up Python
167167
uses: actions/[email protected]
168168
with:
169-
python-version: "3.9"
169+
python-version: "3.9 || 3.13"
170170
- name: Get Python Version
171171
id: get_python_version
172172
run: echo "python_version=$(python --version)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)