We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbca87 commit a4b62b9Copy full SHA for a4b62b9
ci/requirements/environment.yaml
@@ -2,7 +2,6 @@ name: xarray-array-testing-tests
2
channels:
3
- conda-forge
4
dependencies:
5
- - python=3.12
6
- ipython
7
- pre-commit
8
- pytest
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "xarray-array-testing"
-requires-python = ">= 3.12"
+requires-python = ">= 3.11"
license = {text = "Apache-2.0"}
dependencies = [
"hypothesis",
0 commit comments