Skip to content

Commit

Permalink
Reduce version requirement to py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hatomist committed Oct 24, 2024
1 parent b20ad99 commit f21d6b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openlch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.5.3"
__version__ = "0.5.4"

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 f21d6b1

Please sign in to comment.