Skip to content

Commit

Permalink
Merge branch 'main' into feature/582-skipna
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 authored Sep 12, 2024
2 parents 7c2b14c + 753a046 commit 6afc4f4
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .vscode/xcdat.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@

setup(
author="xCDAT developers",
python_requires=">=3.8",
python_requires=">=3.9",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache-2.0 License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
description="Xarray Climate Data Analysis Tools",
license="Apache-2.0",
Expand Down
Loading

0 comments on commit 6afc4f4

Please sign in to comment.