Skip to content

Commit 4503c5b

Browse files
committed
REL: declare compatibility with Python 3.7
Add travis tests with Python 3.7.
1 parent e765fe3 commit 4503c5b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
- MYUSEMC=true MYPYTHON_VERSION=3.4
1010
- MYUSEMC=true MYPYTHON_VERSION=3.5
1111
- MYUSEMC=true MYPYTHON_VERSION=3.6
12+
- MYUSEMC=true MYPYTHON_VERSION=3.7
1213
- MYUSEMC=false
1314

1415
git:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http://diffpy.github.io/diffpy.utils.
2323
REQUIREMENTS
2424
------------------------------------------------------------------------
2525

26-
The diffpy.utils package requires Python 3.6, 3.5, 3.4 or 2.7 and
26+
The diffpy.utils package requires Python 3.4 or later or 2.7 and
2727
the following software:
2828

2929
* ``setuptools`` - tools for installing Python packages

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def getversioncfg():
114114
'Programming Language :: Python :: 3.4',
115115
'Programming Language :: Python :: 3.5',
116116
'Programming Language :: Python :: 3.6',
117+
'Programming Language :: Python :: 3.7',
117118
'Topic :: Scientific/Engineering :: Physics',
118119
],
119120
)

0 commit comments

Comments
 (0)