Skip to content

Commit 0c3c1c7

Browse files
ci: PLT-888: Python3.13 (#597)
1 parent 3f7d2ee commit 0c3c1c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
id: setup_python
7171
uses: actions/setup-python@v6
7272
with:
73-
python-version: '3.12'
73+
python-version: '3.13'
7474
cache: 'poetry'
7575

7676
- name: Install dependencies

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
python-version:
37-
- 3.12
37+
- 3.13
3838
os:
3939
- ubuntu-latest
4040

0 commit comments

Comments
 (0)