Skip to content

Commit c8e6377

Browse files
committed
add py3.5
1 parent 07ef8f0 commit c8e6377

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
# Add any Sphinx extension module names here, as strings. They can be
2929
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3030
# ones.
31-
extensions = []
31+
extensions = [
32+
'sphinx.ext.doctest'
33+
]
3234

3335
# Add any paths that contain templates here, relative to this directory.
3436
templates_path = ['_templates']

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'Programming Language :: Python :: 2.7',
4545
'Programming Language :: Python :: 3.3',
4646
'Programming Language :: Python :: 3.4',
47+
'Programming Language :: Python :: 3.5',
4748
'Programming Language :: Python :: Implementation :: PyPy'
4849
]
4950
)

0 commit comments

Comments
 (0)