diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dfc8072..a2c5433 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] python-version: ["3.12"] - pandas-version: ["1.3.5", "1.4.4", "1.5.3"] + pandas-version: ["1.5.3"] exclude: - python-version: "3.10" pandas-version: "1.3.5" diff --git a/noxfile.py b/noxfile.py index b998e72..f311742 100644 --- a/noxfile.py +++ b/noxfile.py @@ -17,7 +17,7 @@ def lint(session): [ (python, pandas) for python in ("3.12") - for pandas in ("1.3.5", "1.4.4", "1.5.3") + for pandas in ("1.5.3") if (python, pandas) != ("3.10", "1.3.5") if (python, pandas) != ("3.10", "1.4.4") ], diff --git a/setup.cfg b/setup.cfg index 5392c06..30f1774 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ classifiers = [options] packages = find: -python_requires = >=3.7,<3.12 +python_requires = >=3.7,<3.13 install_requires = urllib3~=1.26,>=1.21.1 presto-python-client>=0.6.0