Skip to content

Commit

Permalink
Require Python 3.7 or later.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 11, 2022
1 parent 1f66914 commit 785fb94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.2.0
======

Refreshed packaging. Enabled automated releases.

Require Python 3.7 or later.

v0.1.0
======

Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ description = An Abode alarm Python library running on Python 3.
long_description = file:README.rst
url = https://github.com/jaraco/jaraco.abode
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.6
Topic :: Home Automation
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only

[options]
packages = find_namespace:
include_package_data = true
python_requires = >=3.6
python_requires = >=3.7
install_requires =
requests >= 2.12.4
lomond >= 0.3.3
Expand Down

0 comments on commit 785fb94

Please sign in to comment.