Skip to content

Commit 30156d5

Browse files
committed
fix: Update package classifiers and requires python
1 parent 3e0fe80 commit 30156d5

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

56
Python SDK for the AskNews API.
67

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,20 @@ name = "asknews"
33
version = "0.11.23"
44
description = "Python SDK for AskNews"
55
readme = "README.md"
6+
requires-python = ">=3.8"
67
authors = [
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+
]
919
license = {text = "MIT"}
10-
requires-python = ">=3.8.1,<4.0"
1120
dependencies = [
1221
"orjson>=3.9.10",
1322
"httpx>=0.27.2,<0.29.0",

0 commit comments

Comments
 (0)