From 69925ac8f4bac9f019f7298f67b10f79bb5c820f Mon Sep 17 00:00:00 2001 From: serramatutu Date: Fri, 16 Aug 2024 13:38:17 +0200 Subject: [PATCH] chore: remove accidental files This commit removes some accidental files I added in a previous PR by accident. This does not affect behavior in any way. --- .changes/unreleased/Chore-20240816-133922.yaml | 3 +++ constraints/build-constraints/py312.txt | 3 --- constraints/constraints/py312.txt | 6 ------ constraints/overrides/py312.txt | 1 - 4 files changed, 3 insertions(+), 10 deletions(-) create mode 100644 .changes/unreleased/Chore-20240816-133922.yaml delete mode 100644 constraints/build-constraints/py312.txt delete mode 100644 constraints/constraints/py312.txt delete mode 100644 constraints/overrides/py312.txt diff --git a/.changes/unreleased/Chore-20240816-133922.yaml b/.changes/unreleased/Chore-20240816-133922.yaml new file mode 100644 index 0000000..5298a5e --- /dev/null +++ b/.changes/unreleased/Chore-20240816-133922.yaml @@ -0,0 +1,3 @@ +kind: Chore +body: Removed some files that were added accidentally +time: 2024-08-16T13:39:22.094297+02:00 diff --git a/constraints/build-constraints/py312.txt b/constraints/build-constraints/py312.txt deleted file mode 100644 index 839c187..0000000 --- a/constraints/build-constraints/py312.txt +++ /dev/null @@ -1,3 +0,0 @@ -cython>=3.0.11 -setuptools>=72.1.0 -wheel>=0.43.0 diff --git a/constraints/constraints/py312.txt b/constraints/constraints/py312.txt deleted file mode 100644 index 583b1a3..0000000 --- a/constraints/constraints/py312.txt +++ /dev/null @@ -1,6 +0,0 @@ -numpy>=1.26.0 -requests>=2.32.0 -urllib3>=1.26.8 -yarl>=1.9.3 -frozenlist>=1.4.0 -aiohttp>=3.9.0 diff --git a/constraints/overrides/py312.txt b/constraints/overrides/py312.txt deleted file mode 100644 index dd161e8..0000000 --- a/constraints/overrides/py312.txt +++ /dev/null @@ -1 +0,0 @@ -pyarrow>=0.14.0