Skip to content

Commit 69da73d

Browse files
committed
DEP: disclaim compatibility with Python 3.4
Also drop travis tests for that version.
1 parent 4503c5b commit 69da73d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ os:
66

77
env:
88
- MYUSEMC=true MYPYTHON_VERSION=2.7
9-
- MYUSEMC=true MYPYTHON_VERSION=3.4
109
- MYUSEMC=true MYPYTHON_VERSION=3.5
1110
- MYUSEMC=true MYPYTHON_VERSION=3.6
1211
- MYUSEMC=true MYPYTHON_VERSION=3.7

conda-recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ build:
1717

1818
requirements:
1919
build:
20-
- python
20+
- python >=3.5|2.7.*
2121
- setuptools
2222

2323
run:
24-
- python
24+
- python >=3.5|2.7.*
2525
- setuptools
2626
- numpy >=1.3
2727

@@ -45,7 +45,7 @@ test:
4545
# - nose
4646

4747
about:
48-
home: https://github.com/diffpy/diffpy.utils/
48+
home: https://github.com/diffpy/diffpy.utils
4949
summary: Shared utilities for diffpy packages.
5050
license: Modified BSD License
5151
license_file: LICENSE.txt

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def getversioncfg():
111111
'Operating System :: POSIX',
112112
'Operating System :: Unix',
113113
'Programming Language :: Python :: 2.7',
114-
'Programming Language :: Python :: 3.4',
115114
'Programming Language :: Python :: 3.5',
116115
'Programming Language :: Python :: 3.6',
117116
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)