From 236b0afb2749858babb43245ab05298b4501b5d2 Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Tue, 16 Jul 2024 15:48:33 +1200 Subject: [PATCH 1/3] Test against Python 3.12 --- .github/workflows/ci.yml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efcb864..bf817eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: ["ubuntu-latest"] pytest_opts: ["--workers 4 --tests-per-worker 1"] requirements: [""] diff --git a/setup.cfg b/setup.cfg index 51a394a..f2b7cff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 [options] From 2e966f7aaa81f110eb0065b0154a61997416e6d7 Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Fri, 19 Jul 2024 09:59:17 +1200 Subject: [PATCH 2/3] Bump adlfs: 2022.2.0 -> 2024.4.1 for test env --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f2b7cff..9aba46f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,7 +60,7 @@ test = pytest-dotenv pytest-parallel s3fs - adlfs==2022.2.0 + adlfs==2024.4.1 gcsfs fastparquet pyarrow From 47f54b42c73ca284d4af2554c5ed1790f10904d0 Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Fri, 19 Jul 2024 15:08:05 +1200 Subject: [PATCH 3/3] Change adlfs pin to a lower bound in tests extra. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9aba46f..70c1750 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,7 +60,7 @@ test = pytest-dotenv pytest-parallel s3fs - adlfs==2024.4.1 + adlfs>=2024.4.1 gcsfs fastparquet pyarrow