Skip to content

Commit 9dd1db1

Browse files
chore(deps): update dependency python to v3.13.6
1 parent 75234ff commit 9dd1db1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up Python
7979
uses: actions/setup-python@v5.6.0
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
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@v4.2.2
113113
- uses: actions/setup-python@v5
114114
with:
115-
python-version: "3.12"
115+
python-version: "3.12 || 3.13"
116116
- name: Download coverage reports
117117
uses: actions/download-artifact@v5.0.0
118118
with:
@@ -163,7 +163,7 @@ jobs:
163163
- name: Set up Python
164164
uses: actions/setup-python@v5.6.0
165165
with:
166-
python-version: "3.9"
166+
python-version: "3.9 || 3.13"
167167
- name: Get Python Version
168168
id: get_python_version
169169
run: echo "python_version=$(python --version)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)