mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	
						commit
						f7d8669810
					
				| 
						 | 
					@ -9,11 +9,12 @@ notifications:
 | 
				
			||||||
python:
 | 
					python:
 | 
				
			||||||
  - "pypy"
 | 
					  - "pypy"
 | 
				
			||||||
  - "pypy3"
 | 
					  - "pypy3"
 | 
				
			||||||
  - 3.5
 | 
					  - 3.6
 | 
				
			||||||
  - 2.7
 | 
					  - 2.7
 | 
				
			||||||
  - "2.7_with_system_site_packages" # For PyQt4
 | 
					  - "2.7_with_system_site_packages" # For PyQt4
 | 
				
			||||||
  - 3.3
 | 
					  - 3.5
 | 
				
			||||||
  - 3.4
 | 
					  - 3.4
 | 
				
			||||||
 | 
					  - 3.3
 | 
				
			||||||
  - nightly
 | 
					  - nightly
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dist: trusty
 | 
					dist: trusty
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,7 +17,7 @@ Notes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. note:: Pillow >= 2.0.0 < 3.5.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4, 3.5
 | 
					.. note:: Pillow >= 2.0.0 < 3.5.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4, 3.5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. note:: Pillow >= 3.5.0 supports Python versions 2.7, 3.3, 3.4, 3.5
 | 
					.. note:: Pillow >= 3.5.0 supports Python versions 2.7, 3.3, 3.4, 3.5, 3.6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Basic Installation
 | 
					Basic Installation
 | 
				
			||||||
------------------
 | 
					------------------
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										1
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -763,6 +763,7 @@ try:
 | 
				
			||||||
              "Programming Language :: Python :: 3.3",
 | 
					              "Programming Language :: Python :: 3.3",
 | 
				
			||||||
              "Programming Language :: Python :: 3.4",
 | 
					              "Programming Language :: Python :: 3.4",
 | 
				
			||||||
              "Programming Language :: Python :: 3.5",
 | 
					              "Programming Language :: Python :: 3.5",
 | 
				
			||||||
 | 
					              "Programming Language :: Python :: 3.6",
 | 
				
			||||||
              'Programming Language :: Python :: Implementation :: CPython',
 | 
					              'Programming Language :: Python :: Implementation :: CPython',
 | 
				
			||||||
              'Programming Language :: Python :: Implementation :: PyPy',
 | 
					              'Programming Language :: Python :: Implementation :: PyPy',
 | 
				
			||||||
          ],
 | 
					          ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user