Skip to content

Commit 3782190

Browse files
committed
2 parents af3116a + f21d6b1 commit 3782190

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

openlch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__version__ = "0.6.0"
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)