Skip to content

Commit

Permalink
Add python3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Nov 19, 2023
1 parent e44b9b6 commit ae45198
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp~=3.8
aiohttp~=3.9
yarl~=1.9
typing-extensions~=4.8
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black~=23.9
black~=23.11
flake8~=6.1
mypy~=1.6
mypy~=1.7
pylint~=3.0
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="pyhOn",
version="0.15.10",
version="0.15.11",
author="Andre Basche",
description="Control hOn devices with python",
long_description=long_description,
Expand All @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
python_requires=">=3.10",
install_requires=["aiohttp~=3.8", "typing-extensions~=4.8", "yarl~=1.9"],
install_requires=["aiohttp~=3.9", "typing-extensions~=4.8", "yarl~=1.9"],
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
Expand All @@ -30,6 +30,7 @@
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
],
entry_points={
Expand Down

0 comments on commit ae45198

Please sign in to comment.