Skip to content

Commit f21d6b1

Browse files
committed
Reduce version requirement to py3.8
1 parent b20ad99 commit f21d6b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

openlch/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.5.3"
1+
__version__ = "0.5.4"
22

3-
from .hal import HAL
3+
from .hal import HAL

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.black]
22

33
line-length = 120
4-
target-version = ["py311"]
4+
target-version = ["py38"]
55
include = '\.pyi?$'
66

77
[tool.pytest.ini_options]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
url="https://github.com/Zeroth-Robotics/openlch-client-py",
3333
long_description=long_description,
3434
long_description_content_type="text/markdown",
35-
python_requires=">=3.11",
35+
python_requires=">=3.8",
3636
install_requires=requirements,
3737
tests_require=requirements_dev,
3838
extras_require={"dev": requirements_dev},

0 commit comments

Comments
 (0)