Skip to content

Commit 09df69f

Browse files
committed
DEP: disclaim compatibility with Python 3.4
Also drop travis tests for that version.
1 parent a50f7f8 commit 09df69f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

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

1010
env:
1111
- MYUSEMC=true MYPYTHON_VERSION=2.7
12-
- MYUSEMC=true MYPYTHON_VERSION=3.4
1312
- MYUSEMC=true MYPYTHON_VERSION=3.5
1413
- MYUSEMC=true MYPYTHON_VERSION=3.6
1514
- MYUSEMC=true MYPYTHON_VERSION=3.7

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ build:
2525

2626
requirements:
2727
build:
28-
- python >=3.4|2.7*
28+
- python >=3.5|2.7*
2929
- setuptools
3030
- pycifrw
3131

3232
run:
33-
- python >=3.4|2.7*
33+
- python >=3.5|2.7*
3434
- setuptools
3535
- numpy >=1.3
3636
- pycifrw

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def getversioncfg():
108108
'Operating System :: POSIX',
109109
'Operating System :: Unix',
110110
'Programming Language :: Python :: 2.7',
111-
'Programming Language :: Python :: 3.4',
112111
'Programming Language :: Python :: 3.5',
113112
'Programming Language :: Python :: 3.6',
114113
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)