Skip to content

Commit 03ead51

Browse files
committed
CI: Use more Python 3.14
1 parent 2e7a6ea commit 03ead51

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/kinesis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
os: ["ubuntu-latest"]
4040
python-version: [
4141
"3.11",
42-
"3.13",
42+
"3.14",
4343
]
4444

4545
env:

.github/workflows/postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
]
4646
python-version: [
4747
"3.10",
48-
"3.13",
48+
"3.14",
4949
]
5050

5151
env:

.github/workflows/release-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install Python
4646
uses: actions/setup-python@v6
4747
with:
48-
python-version: '3.13'
48+
python-version: '3.14'
4949

5050
- name: Install uv
5151
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)