remove old python versions from poetry classifier (#1059)
This commit is contained in:
		
							parent
							
								
									9b6cb6903e
								
							
						
					
					
						commit
						ce371ae736
					
				@ -19,8 +19,6 @@ classifiers = [
 | 
				
			|||||||
    "Topic :: Scientific/Engineering :: Artificial Intelligence",
 | 
					    "Topic :: Scientific/Engineering :: Artificial Intelligence",
 | 
				
			||||||
    "Topic :: Software Development :: Libraries :: Python Modules",
 | 
					    "Topic :: Software Development :: Libraries :: Python Modules",
 | 
				
			||||||
    "License :: OSI Approved :: MIT License",
 | 
					    "License :: OSI Approved :: MIT License",
 | 
				
			||||||
    "Programming Language :: Python :: 3.9",
 | 
					 | 
				
			||||||
    "Programming Language :: Python :: 3.10",
 | 
					 | 
				
			||||||
    "Programming Language :: Python :: 3.11",
 | 
					    "Programming Language :: Python :: 3.11",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
exclude = ["test/*", "examples/*", "docs/*"]
 | 
					exclude = ["test/*", "examples/*", "docs/*"]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user