Skip to content

Commit c288eab

Browse files
committed
Bump json-store version to 4.0 and officially drop support for Python 2
1 parent 7d80d42 commit c288eab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

json_store/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
from .json_store import JSONStore
44

5-
__version__ = "3.2"
5+
__version__ = "4.0"
66

77
open = JSONStore

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@
2828
"Intended Audience :: Developers",
2929
"License :: OSI Approved :: MIT License",
3030
"Operating System :: OS Independent",
31-
"Programming Language :: Python :: 2",
32-
"Programming Language :: Python :: 2.7",
3331
"Programming Language :: Python :: 3",
34-
"Programming Language :: Python :: 3.7",
3532
"Programming Language :: Python :: 3.8",
3633
"Programming Language :: Python :: 3.9",
3734
"Programming Language :: Python :: 3.10",
3835
"Programming Language :: Python :: 3.11",
36+
"Programming Language :: Python :: 3.12",
3937
"Programming Language :: Python :: Implementation :: CPython",
4038
"Programming Language :: Python :: Implementation :: PyPy",
4139
],

0 commit comments

Comments
 (0)