Skip to content

Commit 4245c08

Browse files
author
azazelm3dj3d
committed
Allow for older version of Python to install
1 parent ff02d84 commit 4245c08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

inquestlabs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
# extract version from installed package metadata
8585
__application_name__ = "inquestlabs"
86-
__version__ = "1.2.2"
86+
__version__ = "1.2.3"
8787
# __version__ = version(__application_name__)
8888
__full_version__ = f"{__application_name__} {__version__}"
8989

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "inquestlabs"
7-
version = "1.2.2"
7+
version = "1.2.3"
88
license = {file = "LICENSE"}
99
authors = [
1010
{ name="InQuest", email="[email protected]" },
1111
]
1212
description = "A Pythonic interface and CLI tool for the InQuest Labs API"
1313
readme = "README.md"
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.6"
1515

1616
dependencies = [
1717
"attrs",

0 commit comments

Comments
 (0)