Upgraded Python version requirement due to use of f-strings
This commit is contained in:
		@@ -11,7 +11,7 @@ dependencies = [
 | 
			
		||||
    "biopython==1.85",
 | 
			
		||||
    "aiohttp[speedups]==3.11.*",
 | 
			
		||||
]
 | 
			
		||||
requires-python = ">=3.11"
 | 
			
		||||
requires-python = ">=3.12"
 | 
			
		||||
description = "A library to rapidly fetch fetch MLST profiles given sequences for various diseases."
 | 
			
		||||
 | 
			
		||||
[project.urls]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user