1 parent 6a9d418 commit 8230c35Copy full SHA for 8230c35
1 file changed
tests/test_canadian.py
@@ -92,7 +92,7 @@ def test_rdps_download(self):
92
f.unlink()
93
94
95
-@pytest.mark.skipif(sys.version_info <= (3, 10), reason="Requires Python > 3.10")
+@pytest.mark.skipif(sys.version_info < (3, 11), reason="Requires Python > 3.10")
96
def test_hrdps_to_netcdf():
97
"""Check that a xarray Dataset can be written to a NetCDF file.
98
0 commit comments