mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-04 03:02:15 +01:00 
			
		
		
		
	Removed Python 3.5 support.
This commit is contained in:
		@@ -18,7 +18,6 @@ classifiers =
 | 
				
			|||||||
    License :: OSI Approved :: MIT License
 | 
					    License :: OSI Approved :: MIT License
 | 
				
			||||||
    Operating System :: OS Independent
 | 
					    Operating System :: OS Independent
 | 
				
			||||||
    Programming Language :: Python :: 3
 | 
					    Programming Language :: Python :: 3
 | 
				
			||||||
    Programming Language :: Python :: 3.5
 | 
					 | 
				
			||||||
    Programming Language :: Python :: 3.6
 | 
					    Programming Language :: Python :: 3.6
 | 
				
			||||||
    Programming Language :: Python :: 3.7
 | 
					    Programming Language :: Python :: 3.7
 | 
				
			||||||
    Programming Language :: Python :: 3.8
 | 
					    Programming Language :: Python :: 3.8
 | 
				
			||||||
@@ -32,7 +31,7 @@ classifiers =
 | 
				
			|||||||
packages = find:
 | 
					packages = find:
 | 
				
			||||||
package_dir =
 | 
					package_dir =
 | 
				
			||||||
     = src
 | 
					     = src
 | 
				
			||||||
python_requires = >=3.5,<4
 | 
					python_requires = >=3.6,<4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[options.packages.find]
 | 
					[options.packages.find]
 | 
				
			||||||
where = src
 | 
					where = src
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user