Skip to content

Commit

Permalink
chore(deps): bump 3.12 usage to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 17, 2024
1 parent 0c57e8b commit b953148
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-generated-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-python@v5
id: install_python
with:
python-version: "3.12"
python-version: "3.13"
cache: pip
cache-dependency-path: requirements-dev.txt

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ibis-backends-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
python-version:
- "3.10"
- "3.12"
- "3.13"
backend:
- name: snowflake
title: Snowflake
Expand All @@ -58,7 +58,7 @@ jobs:
title: BigQuery
extras:
- --extra bigquery
- python-version: "3.12"
- python-version: "3.13"
backend:
name: bigquery
title: BigQuery
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- windows-latest
python-version:
- "3.10"
- "3.12"
- "3.13"
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- windows-latest
python-version:
- "3.10"
- "3.12"
- "3.13"
backend:
- name: duckdb
title: DuckDB
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
- libgeos-dev
# TODO(deepyaman): Test whether this works upon releasing https://github.com/cloudera/impyla/commit/bf1f94c3c4106ded6267d2485c1e939775a6a87f
- os: ubuntu-latest
python-version: "3.12"
python-version: "3.13"
backend:
name: impala
title: Impala
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
services:
- oracle
- os: ubuntu-latest
python-version: "3.12"
python-version: "3.13"
backend:
name: flink
title: Flink
Expand Down Expand Up @@ -526,13 +526,13 @@ jobs:
tag: local
deps:
- delta-spark==3.2.1
- python-version: "3.12"
- python-version: "3.13"
pyspark-minor-version: "3.5"
tag: local
deps:
- setuptools==75.1.0
- delta-spark==3.2.1
- python-version: "3.12"
- python-version: "3.13"
pyspark-minor-version: "3.5"
SPARK_REMOTE: "sc://localhost:15002"
tag: remote
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ibis-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
pyarrow:
- true
- false
Expand Down Expand Up @@ -118,7 +119,7 @@ jobs:
uses: actions/setup-python@v5
id: install_python
with:
python-version: "3.12"
python-version: "3.13"

- name: install uv
uses: astral-sh/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: install python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"

- name: install uv
uses: astral-sh/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements-dev.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 38 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b953148

Please sign in to comment.