Skip to content

Commit

Permalink
Merge pull request #262 from simonsobs/koopman/misc-updates
Browse files Browse the repository at this point in the history
Bump minimum python version, fix link, shuffle shields
  • Loading branch information
BrianJKoopman committed Apr 20, 2022
2 parents 60687a9 + 3483e75 commit 0709db2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Development Guide

Contributors should follow the recommendations made in the `SO Developer Guide`_.

.. _SO Developer Guide: https://simons1.princeton.edu/docs/so_dev_guide/html/
.. _SO Developer Guide: https://simons1.princeton.edu/docs/so_dev_guide/
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
OCS - Observatory Control System
================================

.. image:: https://img.shields.io/pypi/v/ocs
:target: https://pypi.org/project/ocs/
:alt: PyPI Package

.. image:: https://img.shields.io/github/workflow/status/simonsobs/ocs/Build%20Develop%20Images
:target: https://github.com/simonsobs/ocs/actions?query=workflow%3A%22Build+Develop+Images%22
:alt: GitHub Workflow Status
Expand All @@ -20,6 +16,10 @@ OCS - Observatory Control System
.. image:: https://img.shields.io/badge/dockerhub-latest-blue
:target: https://hub.docker.com/r/simonsobs/ocs/tags

.. image:: https://img.shields.io/pypi/v/ocs
:target: https://pypi.org/project/ocs/
:alt: PyPI Package

Overview
--------

Expand Down 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 0709db2

Please sign in to comment.