From 70380b4532f3778e4777888507a49c2d1cab1ae8 Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Fri, 19 Jul 2024 16:04:45 +1200 Subject: [PATCH] Support Python 3.12 (#248) * Test against Python 3.12 * Bump adlfs: 2022.2.0 -> 2024.4.1 for test env * Change adlfs pin to a lower bound in tests extra. --- .github/workflows/ci.yml | 2 +- setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 ff0c547..1604325 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] @@ -60,7 +61,7 @@ test = pytest-dotenv pytest-parallel s3fs - adlfs==2022.2.0 + adlfs>=2024.4.1 gcsfs fastparquet pyarrow