Skip to content

Commit

Permalink
Merge pull request #1113 from xcube-dev/forman-py310
Browse files Browse the repository at this point in the history
Test Python 3.10+
  • Loading branch information
forman authored Jan 23, 2025
2 parents a91bf35 + 0ab2046 commit 9220140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
# Python
- python >=3.9
- python >=3.10
# Required
- affine >=2.2
- botocore >=1.34.51
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ dependencies = [
"tornado>=6.0",
"urllib3>=1.26",
"xarray>=2024.7",
"zarr>=2.11"
"zarr>=2.11,<3"
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development",
"Topic :: Scientific/Engineering",
"Typing :: Typed",
Expand Down

0 comments on commit 9220140

Please sign in to comment.