Skip to content

Commit ff2b96d

Browse files
chore(deps): update dependency python to 3.14 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c59271 commit ff2b96d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ExtensionTemplate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- uses: actions/setup-python@v6
8989
with:
90-
python-version: '3.11'
90+
python-version: '3.14'
9191

9292
- name: Checkout DuckDB to version
9393
if: ${{ matrix.duckdb_version != '<submodule_version>'}}
@@ -135,7 +135,7 @@ jobs:
135135

136136
- uses: actions/setup-python@v6
137137
with:
138-
python-version: '3.11'
138+
python-version: '3.14'
139139

140140
- name: Checkout DuckDB to version
141141
# Add commits/tags to build against other DuckDB versions

0 commit comments

Comments
 (0)