Skip to content

Commit

Permalink
docsL Update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
thehappydinoa committed May 10, 2022
1 parent 9ad9d9a commit a91486e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Censys Python Library

[![PyPI](https://img.shields.io/pypi/v/censys?color=orange&logo=pypi&logoColor=orange)](https://pypi.org/project/censys/)
[![Python Version](https://img.shields.io/badge/python-3.6.2%2B-blue?logo=python)](https://www.python.org/downloads/)
[![Python Version](https://img.shields.io/badge/python-3.7%2B-blue?logo=python)](https://www.python.org/downloads/)
[![Read the Docs (version)](https://img.shields.io/readthedocs/censys-python/latest?logo=read%20the%20docs)](https://censys-python.readthedocs.io/en/stable/?badge=stable)
[![GitHub Discussions](https://img.shields.io/badge/GitHub-Discussions-brightgreen?logo=github)](https://github.com/censys/censys-python/discussions)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-organge.svg?logo=git&logoColor=organge)](http://makeapullrequest.com)
[![License](https://img.shields.io/github/license/censys/censys-python?logo=apache)](https://github.com/censys/censys-python/blob/main/LICENSE)

An easy-to-use and lightweight API wrapper for Censys APIs ([censys.io](https://censys.io/)). Python 3.6.2+ is currently supported.
An easy-to-use and lightweight API wrapper for Censys APIs ([censys.io](https://censys.io/)). Python 3.7+ is currently supported.

> **Notice:** The Censys Search v1 endpoints are deprecated as of Nov. 30, 2021. Please begin using v2 endpoints to query hosts and certificates and check out our [support center](https://support.censys.io/hc/en-us/sections/360013076551-Censys-Search-2-0) for resources.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Release v\ |version|. (:ref:`quick-start:Quick Start`)
.. image:: https://img.shields.io/pypi/v/censys?color=orange&logo=pypi&logoColor=orange
:target: https://pypi.org/project/censys/

.. image:: https://img.shields.io/badge/python-3.6%2B-blue?logo=python
.. image:: https://img.shields.io/badge/python-3.7%2B-blue?logo=python
:target: https://www.python.org/downloads/

.. image:: https://img.shields.io/github/license/censys/censys-python?logo=apache
Expand Down

0 comments on commit a91486e

Please sign in to comment.