From 2f4aa79ff6cdc46cdcecf8ebfedc4cc9f79e9900 Mon Sep 17 00:00:00 2001 From: Bousquin Date: Mon, 19 Aug 2024 12:06:38 -0500 Subject: [PATCH] Update version - some dependencies may have issues with 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 256faee..0d26135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ ] description = "Package to standardize, clean, and wrangle Water Quality Portal data into more analytic-ready formats" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.8, <3.12" keywords = ["USEPA", "water data", "water quality"] license = {file = "LICENSE"} classifiers = [