Skip to content

Commit 2400823

Browse files
chore(deps): update dependency python to 3.13 (#245)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac213f7 commit 2400823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/setup-python@v5
9090
with:
9191
# Semantic version range syntax or exact version of a Python version
92-
python-version: '3.11'
92+
python-version: '3.13'
9393
# Optional - x64 or x86 architecture, defaults to x64
9494
architecture: 'x64'
9595
# You can test your matrix by printing the current Python version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/setup-python@v5
8383
with:
8484
# Semantic version range syntax or exact version of a Python version
85-
python-version: '3.11'
85+
python-version: '3.13'
8686
# Optional - x64 or x86 architecture, defaults to x64
8787
architecture: 'x64'
8888
# You can test your matrix by printing the current Python version

0 commit comments

Comments
 (0)