Skip to content

Commit

Permalink
bump python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Apr 25, 2024
1 parent 9a9d034 commit 7928025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ExtensionTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.11'

- name: Checkout DuckDB to version
if: ${{ matrix.duckdb_version != '<submodule_version>'}}
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.11'

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

0 comments on commit 7928025

Please sign in to comment.