Skip to content

Commit 49efead

Browse files
committed
added support for Python 3.8 (closes #850)
1 parent 12c2b3d commit 49efead

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
- "2.7"
99
- "3.6"
1010
- "3.7"
11+
- "3.8"
1112

1213
branches:
1314
only:

condarecipe/larray/conda_build_config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ python:
33
- 3.5
44
- 3.6
55
- 3.7
6+
- 3.8

doc/source/changes/version_0_32_2.rst.inc

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
.. py:currentmodule:: larray
22

33

4+
New features
5+
^^^^^^^^^^^^
6+
7+
* added support for Python 3.8.
8+
9+
410
Fixes
511
^^^^^
612

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def readlocal(fname):
3636
'Programming Language :: Python :: 3.5',
3737
'Programming Language :: Python :: 3.6',
3838
'Programming Language :: Python :: 3.7',
39+
'Programming Language :: Python :: 3.8',
3940
'Topic :: Scientific/Engineering',
4041
'Topic :: Software Development :: Libraries',
4142
]

0 commit comments

Comments
 (0)