Skip to content

Commit

Permalink
Merge pull request #2582 from mraspaud/add-mastodon
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 28, 2023
2 parents f70a6b9 + 2125eb2 commit 95eb01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/writer_tests/test_cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1448,5 +1448,5 @@ def _should_use_compression_keyword():
versions = _get_backend_versions()
return (
versions["libnetcdf"] >= Version("4.9.0") and
versions["xarray"] >= Version("2023.9")
versions["xarray"] >= Version("2023.10")
)
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def _config_data_files(base_dirs, extensions=(".cfg", )):
"Slack": "https://pytroll.slack.com/",
"Twitter": "https://twitter.com/hashtag/satpy?src=hashtag_click",
"Release Notes": "https://github.com/pytroll/satpy/blob/main/CHANGELOG.md",
"Mastodon": "https://fosstodon.org/tags/satpy",
},
packages=find_packages(),
# Always use forward '/', even on Windows
Expand Down

0 comments on commit 95eb01a

Please sign in to comment.