Skip to content

Commit

Permalink
Increase minimum python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Apr 18, 2022
1 parent 0de62ac commit 3483e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ historical look back of the housekeeping data.
Dependencies
------------

This code targets Python 3.6+.
This code targets Python 3.7+.

* `so3g`_ - Required for using the HK Aggregator Agent.
* `crossbar`_ (optional) - The supported WAMP router. Controllable via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Topic :: Scientific/Engineering :: Astronomy",
"Framework :: Twisted",
],
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=[
'autobahn',
'twisted',
Expand Down

0 comments on commit 3483e75

Please sign in to comment.