Skip to content

Commit 0486d33

Browse files
committed
Update classifiers to reflect supported Python versions (3.9 - 3.13)
1 parent bba7550 commit 0486d33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
dynamic = ["version"]
33
name = "json-store"
4-
requires-python = ">=3.8"
4+
requires-python = ">=3.9"
55
dependencies = []
66

77
authors = [{name = "jeremy avnet", email = "[email protected]"}]
@@ -20,11 +20,11 @@ classifiers = [
2020

2121
"Operating System :: OS Independent",
2222
"Programming Language :: Python :: 3",
23+
"Programming Language :: Python :: 3.9",
2324
"Programming Language :: Python :: 3.10",
2425
"Programming Language :: Python :: 3.11",
2526
"Programming Language :: Python :: 3.12",
26-
"Programming Language :: Python :: 3.8",
27-
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.13",
2828
"Programming Language :: Python :: Implementation :: CPython",
2929
"Programming Language :: Python :: Implementation :: PyPy",
3030
]

0 commit comments

Comments
 (0)