File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 99
1010env :
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
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ build:
2525
2626requirements :
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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments