Skip to content

Commit e6ea66d

Browse files
committed
Python 3.13 in CI
1 parent 109fe42 commit e6ea66d

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
environment-name: flox-bench
2828
create-args: >-
29-
python=3.12
29+
python=3.13
3030
asv
3131
mamba
3232
libmambapy<2.0

.github/workflows/ci-additional.yaml

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

4242
env:
4343
CONDA_ENV_FILE: ci/environment.yml
44-
PYTHON_VERSION: "3.12"
44+
PYTHON_VERSION: "3.13"
4545

4646
steps:
4747
- uses: actions/checkout@v4
@@ -95,7 +95,7 @@ jobs:
9595
shell: bash -l {0}
9696
env:
9797
CONDA_ENV_FILE: ci/environment.yml
98-
PYTHON_VERSION: "3.12"
98+
PYTHON_VERSION: "3.13"
9999

100100
steps:
101101
- uses: actions/checkout@v4

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
matrix:
2727
os: ["ubuntu-latest"]
2828
env: ["environment"]
29-
python-version: ["3.10", "3.12"]
29+
python-version: ["3.10", "3.13"]
3030
include:
3131
- os: "windows-latest"
3232
env: "environment"
33-
python-version: "3.12"
33+
python-version: "3.13"
3434
- os: "ubuntu-latest"
3535
env: "no-dask" # "no-xarray", "no-numba"
36-
python-version: "3.12"
36+
python-version: "3.13"
3737
- os: "ubuntu-latest"
3838
env: "minimal-requirements"
3939
python-version: "3.10"

.github/workflows/testpypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v5
2525
name: Install Python
2626
with:
27-
python-version: "3.12"
27+
python-version: "3.13"
2828

2929
- name: Install dependencies
3030
run: |
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/setup-python@v5
6666
name: Install Python
6767
with:
68-
python-version: "3.12"
68+
python-version: "3.13"
6969
- uses: actions/download-artifact@v4
7070
with:
7171
name: releases

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
python-version: ["3.12"]
37+
python-version: ["3.13"]
3838
steps:
3939
- uses: actions/checkout@v4
4040
with:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers = [
1414
"Programming Language :: Python :: 3.10",
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
17+
"Programming Language :: Python :: 3.13",
1718
]
1819
dependencies = [
1920
"pandas>=1.5",

0 commit comments

Comments
 (0)