Skip to content

Commit a4b62b9

Browse files
committed
also allow python 3.11
1 parent 7cbca87 commit a4b62b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ci/requirements/environment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: xarray-array-testing-tests
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.12
65
- ipython
76
- pre-commit
87
- pytest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xarray-array-testing"
3-
requires-python = ">= 3.12"
3+
requires-python = ">= 3.11"
44
license = {text = "Apache-2.0"}
55
dependencies = [
66
"hypothesis",

0 commit comments

Comments
 (0)