We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7a6ea commit 03ead51Copy full SHA for 03ead51
3 files changed
.github/workflows/kinesis.yml
@@ -39,7 +39,7 @@ jobs:
39
os: ["ubuntu-latest"]
40
python-version: [
41
"3.11",
42
- "3.13",
+ "3.14",
43
]
44
45
env:
.github/workflows/postgresql.yml
@@ -45,7 +45,7 @@ jobs:
46
47
"3.10",
48
49
50
51
.github/workflows/release-app.yml
- name: Install Python
uses: actions/setup-python@v6
with:
- python-version: '3.13'
+ python-version: '3.14'
- name: Install uv
uses: astral-sh/setup-uv@v7
0 commit comments