-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,19 +9,17 @@ authors = [{ name = "Joseph Perez", email = "[email protected]" }] | |
license = { text = "MIT" } | ||
description = "JSON (de)serialization, GraphQL and JSON schema generation using Python typing." | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.9" | ||
classifiers = [ | ||
"Development Status == 4 - Beta", | ||
"Intended Audience == Developers", | ||
"License == OSI Approved == MIT License", | ||
"Programming Language == Python == 3.7", | ||
"Programming Language == Python == 3.8", | ||
"Programming Language == Python == 3.9", | ||
"Programming Language == Python == 3.10", | ||
"Programming Language == Python == 3.11", | ||
"Programming Language == Python == 3.12", | ||
"Programming Language == Python == 3.13", | ||
"Topic == Software Development == Libraries == Python Modules", | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: MIT License", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: 3.13", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
] | ||
|
||
[project.urls] | ||
|