Skip to content

Commit 63f92f3

Browse files
authored
Update doc to reflect removal of support for Python 2.x
1 parent 3b807e2 commit 63f92f3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README-DEV.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ This document is for developers of the Python SDK for the Oracle NoSQL Database.
66
Developers are those who need to modify source and examples, build and run tests
77
and examples, and build documentation.
88

9+
Use of "python" below may be "python3" depending on your machine
10+
configuration. Python 3 is required.
11+
912
===============
1013
Getting Started
1114
===============
1215
Clone the repository and Install dependencies.
1316

14-
1. Make sure that Python is installed on your system, at least version 2.7.
17+
1. Make sure that Python is installed on your system, at least version 3.5.
1518
2. Install pip if it is not installed, follow the `pip installation instructions
1619
<https://pip.pypa.io/en/stable/installing>`_.
1720
3. Clone the repository and install development dependencies::

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Oracle NoSQL Database Python SDK - |NoSQLSdkVersion|
33
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44

5-
This is the Python SDK for the Oracle NoSQL Database. Python 2.7+ and 3.5+ are
5+
This is the Python SDK for the Oracle NoSQL Database. Python 3.5+ is
66
supported.
77

88
For information about the Oracle NoSQL Database see

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Database Python SDK. There are several supported environments:
1717

1818
The Python SDK requires:
1919

20-
* Python version 2.7.5 or 3.5 or later, running on Mac, Windows, or Linux.
20+
* Python version 3.5 or later, running on Mac, Windows, or Linux.
2121
* For the Oracle NoSQL Cloud Service:
2222

2323
* An Oracle Cloud Infrastructure account

0 commit comments

Comments
 (0)