Skip to content

Commit 42680f1

Browse files
chore(deps): update dependency python to 3.13
1 parent f8dbb3d commit 42680f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v5
3232
- uses: actions/setup-python@v5
3333
with:
34-
python-version: "3.12"
34+
python-version: "3.13"
3535
- uses: pre-commit/[email protected]
3636

3737
test-unit:
@@ -76,7 +76,7 @@ jobs:
7676
persist-credentials: false
7777
- uses: actions/setup-python@v5
7878
with:
79-
python-version: "3.9"
79+
python-version: "3.13"
8080
- run: |
8181
curl -sSL https://install.python-poetry.org | python3 - --version 2.1.4
8282
poetry install

0 commit comments

Comments
 (0)