Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hatomist committed Oct 24, 2024
2 parents af3116a + f21d6b1 commit 3782190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openlch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.6.0"

from .hal import HAL
from .hal import HAL
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.black]

line-length = 120
target-version = ["py311"]
target-version = ["py38"]
include = '\.pyi?$'

[tool.pytest.ini_options]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
url="https://github.com/Zeroth-Robotics/openlch-client-py",
long_description=long_description,
long_description_content_type="text/markdown",
python_requires=">=3.11",
python_requires=">=3.8",
install_requires=requirements,
tests_require=requirements_dev,
extras_require={"dev": requirements_dev},
Expand Down

0 comments on commit 3782190

Please sign in to comment.