Skip to content

Commit ddc2582

Browse files
committed
Update docs for dropping Python 2
1 parent bc5fd7d commit ddc2582

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,16 @@ The **STIX Document Validator** has the following dependencies:
5050
* `libxml2`_ >= v2.9.1: Required XML processing C
5151
library for ``lxml``.
5252
* `xlrd`_ >= v0.9.2: XLSX library for parsing STIX Profiles.
53-
* `ordereddict`_ >= 1.1: A drop-in replacement for ``collections.OrderedDict``
54-
on Python 2.6.
5553

5654
.. _Python: http://python.org/download
5755
.. _lxml: http://lxml.de/index.html#download
5856
.. _libxml2: http://www.xmlsoft.org/downloads.html
5957
.. _xlrd: https://pypi.python.org/pypi/xlrd
60-
.. _ordereddict: https://pypi.python.org/pypi/ordereddict
6158

6259
For a Windows installer of lxml, we recommend looking here:
6360
http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml
6461

65-
The **STIX Document Validator** supports Python 2.6, 2.7, and 3.3+.
62+
The **STIX Document Validator** supports Python 3.8+.
6663

6764

6865
Installation

docs/installation.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ The following libraries are required to use stix-validator:
3939
* lxml_ - A Pythonic binding for the C libraries **libxml2** and
4040
**libxslt**.
4141
* xlrd_ - A library for parsing Microsoft Excel documents
42-
* ordereddict_ - A drop-in replacement for ``collections.OrderedDict``, which
43-
is not available in Python 2.6.
4442

4543
Each of these can be installed with ``pip`` or by manually downloading packages
4644
from PyPI. On Windows, you will probably have the most luck using `pre-compiled

0 commit comments

Comments
 (0)