From 027e90da404b1f26d42e3079b9833bdba4b3b707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a=20=28Swast=29?= Date: Wed, 10 Jul 2024 13:29:04 -0500 Subject: [PATCH] Update samples/magics/noxfile_config.py Co-authored-by: Chalmer Lowe --- samples/magics/noxfile_config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/samples/magics/noxfile_config.py b/samples/magics/noxfile_config.py index 315bd5be8..982751b8b 100644 --- a/samples/magics/noxfile_config.py +++ b/samples/magics/noxfile_config.py @@ -24,9 +24,6 @@ # You can opt out from the test for specific Python versions. "ignored_versions": [ "2.7", - # TODO: Enable 3.10 once there is a geopandas/fiona release. - # https://github.com/Toblerity/Fiona/issues/1043 - "3.10", ], # An envvar key for determining the project id to use. Change it # to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a