We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af3116a + f21d6b1 commit 3782190Copy full SHA for 3782190
openlch/__init__.py
@@ -1,3 +1,3 @@
1
__version__ = "0.6.0"
2
3
-from .hal import HAL
+from .hal import HAL
pyproject.toml
@@ -1,7 +1,7 @@
[tool.black]
line-length = 120
4
-target-version = ["py311"]
+target-version = ["py38"]
5
include = '\.pyi?$'
6
7
[tool.pytest.ini_options]
setup.py
@@ -32,7 +32,7 @@
32
url="https://github.com/Zeroth-Robotics/openlch-client-py",
33
long_description=long_description,
34
long_description_content_type="text/markdown",
35
- python_requires=">=3.11",
+ python_requires=">=3.8",
36
install_requires=requirements,
37
tests_require=requirements_dev,
38
extras_require={"dev": requirements_dev},
0 commit comments