Skip to content

Commit e97a78b

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Fix python version in tests
PiperOrigin-RevId: 585079974
1 parent 5f4f5a1 commit e97a78b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest_and_autopublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Install deps
1919
- uses: actions/setup-python@v4
2020
with:
21-
python-version: 3.9
21+
python-version: "3.10"
2222
- run: pip --version
2323
# As changes can be pushed to both etils and visu3d, we install etils from `main` branch
2424
# If modifying this, also modify `pyproject.toml`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dataclass_array"
33
description = "Dataclasses that behave like numpy arrays (with indexing, slicing, vectorization)."
44
readme = "README.md"
5-
requires-python = ">=3.9"
5+
requires-python = ">=3.10"
66
license = {file = "LICENSE"}
77
authors = [{name = "dataclass_array team", email="[email protected]"}]
88
classifiers = [

0 commit comments

Comments
 (0)