File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def user_data_dir(appname, roaming=False):
9696 Win XP (roaming): C:\\ Documents and Settings\\ <username>\\ Local ...
9797 ...Settings\\ Application Data\\ <AppName>
9898 Win 7 (not roaming): C:\\ Users\\ <username>\\ AppData\\ Local\\ <AppName>
99- Win 7 (roaming): C:\\ Users\\ <username>\\ AppData\\ \ Roaming\\ <AppName>
99+ Win 7 (roaming): C:\\ Users\\ <username>\\ AppData\\ Roaming\\ <AppName>
100100
101101 For Unix, we follow the XDG spec and support $XDG_DATA_HOME.
102102 That means, by default '~/.local/share/<AppName>'.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dynamic = ["version"]
99description = " DataReservoir.io Python API"
1010readme = " README.rst"
1111license = { file = " LICENSE" }
12- requires-python = " >3.11"
12+ requires-python = " >= 3.11, <4 "
1313classifiers = [
1414 " Development Status :: 5 - Production/Stable" ,
1515 " License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments