Skip to content

Commit 2cbcfe6

Browse files
authored
* minor text fixes * clarify supported versions * "Pythoon" is not a language * add .DS_Store to .gitignore
1 parent f1616f6 commit 2cbcfe6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@ docs/_build/
5656

5757
# PyBuilder
5858
target/
59+
60+
# Operating system files
61+
.DS_Store

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Authorize.Net Python SDK
22

3-
[![Travis](https://img.shields.io/travis/AuthorizeNet/sdk-python/master.svg)](https://travis-ci.org/AuthorizeNet/sdk-python)
3+
[![Travis CI Status](https://travis-ci.org/AuthorizeNet/sdk-python.svg?branch=master)](https://travis-ci.org/AuthorizeNet/sdk-python)
44
[![Coverage Status](https://coveralls.io/repos/github/AuthorizeNet/sdk-python/badge.svg?branch=master)](https://coveralls.io/github/AuthorizeNet/sdk-python?branch=master)
55
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/AuthorizeNet/sdk-python/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/AuthorizeNet/sdk-python/?branch=master)
66
[![PyPI](https://img.shields.io/pypi/v/authorizenet.svg)](https://badge.fury.io/py/authorizenet)
77

88

99
## Requirements
10-
* Python 2.7 or greater
10+
* For Python 2, Python 2.7 or greater
11+
* For Python 3, Python 3.4 or later
1112
* OpenSSL 1.0.2 or greater
1213
* An Authorize.Net account (see _Registration & Configuration_ section below)
1314

14-
_Note: Our goal is ensuring this SDK is compatible with Python 2.7+, 3.2+ and PyPy, but at the moment we're primarily testing against Python 2.7._
15+
_Note: Our goal is ensuring this SDK is compatible with Python 2.7+, 3.4+ and PyPy, but at the moment we're primarily testing against Python 2.7._
1516

1617
### TLS 1.2
1718
The Authorize.Net APIs only support connections using the TLS 1.2 security protocol. It's important to make sure you have new enough versions of all required components to support TLS 1.2. Additionally, it's very important to keep these components up to date going forward to mitigate the risk of any security flaws that may be discovered in your system or any libraries it uses.
@@ -86,4 +87,4 @@ For additional help in testing your own code, Authorize.Net maintains a [compreh
8687

8788

8889
## License
89-
This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/license.txt) file.
90+
This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/LICENSE.txt) file.

0 commit comments

Comments
 (0)