Skip to content

Commit 2e1c8ab

Browse files
committed
CI: Use more Python 3.14
1 parent 5c031f0 commit 2e1c8ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
]
5050
python-version: [
5151
"3.10",
52-
"3.13",
52+
"3.14",
5353
]
5454

5555
env:

.github/workflows/release-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
activate-environment: 'true'
5454
enable-cache: true
55-
python-version: '3.13'
55+
python-version: '3.14'
5656

5757
- name: Set up project
5858
run: |

0 commit comments

Comments
 (0)