From c1fdbae482ff0d698faf3ab1dbd4f423c10536bc Mon Sep 17 00:00:00 2001 From: Zane Selvans Date: Fri, 23 Jun 2023 15:39:03 -0600 Subject: [PATCH] Allow setuptools 68 --- devtools/environment.yml | 2 +- docs/docs-environment.yml | 2 +- pyproject.toml | 2 +- test/test-environment.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devtools/environment.yml b/devtools/environment.yml index f0fe4e8735..7cf5cc1eb1 100644 --- a/devtools/environment.yml +++ b/devtools/environment.yml @@ -8,7 +8,7 @@ dependencies: - pip>=21,<24 - wheel - python>=3.11,<3.12 - - setuptools>66,<=68 + - setuptools>66,<=69 # These packages are also specified in setup.py However, they depend on or # benefit from binary libraries which conda can install. diff --git a/docs/docs-environment.yml b/docs/docs-environment.yml index 56e1118c00..1a69d11068 100644 --- a/docs/docs-environment.yml +++ b/docs/docs-environment.yml @@ -7,7 +7,7 @@ dependencies: - pip>=22,<24 - python>=3.11,<3.12 - python-snappy>=0.6,<1 - - setuptools<66 + - setuptools<69 - shapely>=2.0,<2.1 - sqlite>=3.36,<4 - tox>=4,<5 diff --git a/pyproject.toml b/pyproject.toml index 336db603bb..a9fb305d9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] build-backend = "setuptools.build_meta" requires = [ - "setuptools>=66,<68", + "setuptools>=66,<69", "setuptools_scm[toml]>=3.5.0", "wheel", ] diff --git a/test/test-environment.yml b/test/test-environment.yml index 6cc6f9c635..2be46f338c 100644 --- a/test/test-environment.yml +++ b/test/test-environment.yml @@ -9,7 +9,7 @@ dependencies: - pip>=22,<24 - shapely>=2,<3 - python-snappy>=0.6,<1 - - setuptools<66 + - setuptools<69 - sqlite>=3.36,<4 - tox>=4,<5 - google-cloud-sdk>=386.0.0,<413.0.0