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 @@ -3,7 +3,6 @@ dist: xenial
33language : python 
44python :
55  - " 2.7" 
6-   - " 3.4" 
76  - " 3.5" 
87  - " 3.6" 
98  - " 3.7" 
@@ -18,8 +17,6 @@ matrix:
1817  exclude :
1918  - python : " 2.7" 
2019    env : SPHINX_VERSION=">=1.9, <2.1" 
21-   - python : " 3.4" 
22-     env : SPHINX_VERSION=">=1.9, <2.1" 
2320
2421install :
2522 - pip install "sphinx $SPHINX_VERSION" 
Original file line number Diff line number Diff line change 11v1.1.12
22 * Fix bug in Internet Explorer (#33)
3+  * Drop support for Python 3.4 (as lxml no longer supports it)
34
45v1.1.11
56 * Support for Sphinx 2
Original file line number Diff line number Diff line change 3030        'Natural Language :: English' ,
3131        'Operating System :: OS Independent' ,
3232        'Programming Language :: Python :: 2.7' ,
33-         'Programming Language :: Python :: 3.4' ,
3433        'Programming Language :: Python :: 3.5' ,
3534        'Programming Language :: Python :: 3.6' ,
35+         'Programming Language :: Python :: 3.7' ,
3636        'Programming Language :: Python' ,
3737        'Topic :: Documentation :: Sphinx' ,
3838        'Topic :: Documentation' ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments