Skip to content

Commit

Permalink
Re-enable Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeljo committed Oct 22, 2021
1 parent ee1d82b commit 1324522
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog
sisyphus-control
++++++++++++++++

[3.1.1] - 2021-10-21
====================
Changed
-------
* Re-enabled support for Python 3.8 (Home Assistant won't remove that until next year)

[3.1] - 2021-10-21
==================
Added
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="sisyphus-control",
version="3.1",
version="3.1.1",
description="Control your Sisyphus kinetic art tables "
"(sisyphus-industries.com)",
long_description=long_description,
Expand All @@ -21,7 +21,7 @@
"Intended Audience :: Developers",
"Topic :: Home Automation",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
],
keywords="sisyphus",
packages=["sisyphus_control"],
Expand All @@ -34,5 +34,5 @@
"python-socketio==4.6.1",
"python-engineio==3.14.2"
],
python_requires=">=3.9",
python_requires=">=3.8",
)

0 comments on commit 1324522

Please sign in to comment.