File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# AskNews Python SDK
22
3- ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/asknews?style=flat-square )
3+ ![ Static Badge] ( https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue?style=flat-square )
4+
45
56Python SDK for the AskNews API.
67
Original file line number Diff line number Diff line change @@ -3,11 +3,20 @@ name = "asknews"
33version = " 0.11.23"
44description = " Python SDK for AskNews"
55readme = " README.md"
6+ requires-python = " >=3.8"
67authors = [
78 {
name =
" Emergent Methods" ,
email =
" [email protected] " },
89]
10+ classifiers = [
11+ " Programming Language :: Python :: 3 :: Only" ,
12+ " Programming Language :: Python :: 3.8" ,
13+ " Programming Language :: Python :: 3.9" ,
14+ " Programming Language :: Python :: 3.10" ,
15+ " Programming Language :: Python :: 3.11" ,
16+ " Programming Language :: Python :: 3.12" ,
17+ " Programming Language :: Python :: 3.13" ,
18+ ]
919license = {text = " MIT" }
10- requires-python = " >=3.8.1,<4.0"
1120dependencies = [
1221 " orjson>=3.9.10" ,
1322 " httpx>=0.27.2,<0.29.0" ,
You can’t perform that action at this time.
0 commit comments