Update python classifier in setup.cfg
As per the current release tested runtime, we test python version from 3.9 to 3.11 so updating the same in python classifier in setup.cfg Change-Id: I7cfdab92e3504fa879f2319769c452eebab9d676
This commit is contained in:
		 Ghanshyam Mann
					Ghanshyam Mann
				
			
				
					committed by
					
						 Ghanshyam
						Ghanshyam
					
				
			
			
				
	
			
			
			 Ghanshyam
						Ghanshyam
					
				
			
						parent
						
							b94abb44d9
						
					
				
				
					commit
					4d97389340
				
			| @@ -3,14 +3,15 @@ name = python-mistralclient | |||||||
| summary = Mistral Client Library | summary = Mistral Client Library | ||||||
| description-file = README.rst | description-file = README.rst | ||||||
| license = Apache Software License | license = Apache Software License | ||||||
| python-requires = >=3.8 | python-requires = >=3.9 | ||||||
| classifiers = | classifiers = | ||||||
|     Programming Language :: Python |     Programming Language :: Python | ||||||
|     Programming Language :: Python :: Implementation :: CPython |     Programming Language :: Python :: Implementation :: CPython | ||||||
|     Programming Language :: Python :: 3 :: Only |     Programming Language :: Python :: 3 :: Only | ||||||
|     Programming Language :: Python :: 3 |     Programming Language :: Python :: 3 | ||||||
|     Programming Language :: Python :: 3.8 |  | ||||||
|     Programming Language :: Python :: 3.9 |     Programming Language :: Python :: 3.9 | ||||||
|  |     Programming Language :: Python :: 3.10 | ||||||
|  |     Programming Language :: Python :: 3.11 | ||||||
|     Environment :: OpenStack |     Environment :: OpenStack | ||||||
|     Intended Audience :: Information Technology |     Intended Audience :: Information Technology | ||||||
|     Intended Audience :: System Administrators |     Intended Audience :: System Administrators | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user