Skip to content

Commit

Permalink
Update classifiers to reflect supported Python versions (3.9 - 3.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsik committed Oct 15, 2024
1 parent bba7550 commit 0486d33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
dynamic = ["version"]
name = "json-store"
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = []

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

"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down

0 comments on commit 0486d33

Please sign in to comment.