File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
from .json_store import JSONStore
4
4
5
- __version__ = "3.2 "
5
+ __version__ = "4.0 "
6
6
7
7
open = JSONStore
Original file line number Diff line number Diff line change 28
28
"Intended Audience :: Developers" ,
29
29
"License :: OSI Approved :: MIT License" ,
30
30
"Operating System :: OS Independent" ,
31
- "Programming Language :: Python :: 2" ,
32
- "Programming Language :: Python :: 2.7" ,
33
31
"Programming Language :: Python :: 3" ,
34
- "Programming Language :: Python :: 3.7" ,
35
32
"Programming Language :: Python :: 3.8" ,
36
33
"Programming Language :: Python :: 3.9" ,
37
34
"Programming Language :: Python :: 3.10" ,
38
35
"Programming Language :: Python :: 3.11" ,
36
+ "Programming Language :: Python :: 3.12" ,
39
37
"Programming Language :: Python :: Implementation :: CPython" ,
40
38
"Programming Language :: Python :: Implementation :: PyPy" ,
41
39
],
You can’t perform that action at this time.
0 commit comments