Skip to content

Commit 16a18d6

Browse files
committed
Set minimum supported version to Python 3.10+
Following [SPEC 0](https://scientific-python.org/specs/spec-0000/) policy where Python 3.9 should be dropped in 2024 quarter 4.
1 parent da546cf commit 16a18d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-python@v4
2929
name: Install Python
3030
with:
31-
python-version: 3.8
31+
python-version: "3.10"
3232

3333
- name: Install dependencies
3434
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Interface for using cupy in xarray, providing convenience accesso
88
authors = [{name = "cupy-xarray developers"}]
99
license = {text = "Apache License"}
1010
readme = "README.md"
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.10"
1212
classifiers = [
1313
"Programming Language :: Python :: 3",
1414
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)