Skip to content

Commit a91486e

Browse files
committed
docsL Update Python version
1 parent 9ad9d9a commit a91486e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Censys Python Library
22

33
[![PyPI](https://img.shields.io/pypi/v/censys?color=orange&logo=pypi&logoColor=orange)](https://pypi.org/project/censys/)
4-
[![Python Version](https://img.shields.io/badge/python-3.6.2%2B-blue?logo=python)](https://www.python.org/downloads/)
4+
[![Python Version](https://img.shields.io/badge/python-3.7%2B-blue?logo=python)](https://www.python.org/downloads/)
55
[![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)
66
[![GitHub Discussions](https://img.shields.io/badge/GitHub-Discussions-brightgreen?logo=github)](https://github.com/censys/censys-python/discussions)
77
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-organge.svg?logo=git&logoColor=organge)](http://makeapullrequest.com)
88
[![License](https://img.shields.io/github/license/censys/censys-python?logo=apache)](https://github.com/censys/censys-python/blob/main/LICENSE)
99

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

1212
> **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.
1313

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Release v\ |version|. (:ref:`quick-start:Quick Start`)
1111
.. image:: https://img.shields.io/pypi/v/censys?color=orange&logo=pypi&logoColor=orange
1212
:target: https://pypi.org/project/censys/
1313

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

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

0 commit comments

Comments
 (0)