diff --git a/datareservoirio/appdirs.py b/datareservoirio/appdirs.py index ac03aae6..648ea195 100644 --- a/datareservoirio/appdirs.py +++ b/datareservoirio/appdirs.py @@ -96,7 +96,7 @@ def user_data_dir(appname, roaming=False): Win XP (roaming): C:\\Documents and Settings\\\\Local ... ...Settings\\Application Data\\ Win 7 (not roaming): C:\\Users\\\\AppData\\Local\\ - Win 7 (roaming): C:\\Users\\\\AppData\\\Roaming\\ + Win 7 (roaming): C:\\Users\\\\AppData\\Roaming\\ For Unix, we follow the XDG spec and support $XDG_DATA_HOME. That means, by default '~/.local/share/'. diff --git a/pyproject.toml b/pyproject.toml index fcb06732..4c616762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dynamic = ["version"] description = "DataReservoir.io Python API" readme = "README.rst" license = { file = "LICENSE" } -requires-python = ">3.11" +requires-python = ">=3.11, <4" classifiers = [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License",