Skip to content

Commit 2abe3d9

Browse files
committed
drop python requirement to python3.10, bump to 4.0.3
1 parent 2bdf0ed commit 2abe3d9

File tree

4 files changed

+163
-6
lines changed

4 files changed

+163
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "whoisit"
3-
version = "4.0.2"
3+
version = "4.0.3"
44
description = "A Python client to RDAP WHOIS-like services for internet resources."
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.10"
77
dependencies = [
88
"httpx>=0.28.1",
99
"python-dateutil>=2.9.0.post0",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33

4-
version = "4.0.2"
4+
version = "4.0.3"
55

66

77
with open("README.md", "rt") as f:

0 commit comments

Comments
 (0)