mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 09:57:55 +03:00 
			
		
		
		
	Python/Django compatibility updates (#8288)
* Update python and django versions in tox.ini * Update python requires in setup.py * Update tox.ini Co-authored-by: Tom Christie <tom@tomchristie.com>
This commit is contained in:
		
							parent
							
								
									217b0bf3af
								
							
						
					
					
						commit
						773f479719
					
				
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -83,7 +83,7 @@ setup(
 | 
			
		|||
    packages=find_packages(exclude=['tests*']),
 | 
			
		||||
    include_package_data=True,
 | 
			
		||||
    install_requires=["django>=2.2", "pytz"],
 | 
			
		||||
    python_requires=">=3.5",
 | 
			
		||||
    python_requires=">=3.6",
 | 
			
		||||
    zip_safe=False,
 | 
			
		||||
    classifiers=[
 | 
			
		||||
        'Development Status :: 5 - Production/Stable',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user