generated from daniil-berg/boilerplate-py
	Fixed Python 3.8 compatibility bugs; classmethod+property workaround; control session buffer
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
[metadata]
 | 
			
		||||
name = asyncio-taskpool
 | 
			
		||||
version = 1.0.0
 | 
			
		||||
version = 1.0.1
 | 
			
		||||
author = Daniil Fajnberg
 | 
			
		||||
author_email = mail@daniil.fajnberg.de
 | 
			
		||||
description = Dynamically manage pools of asyncio tasks
 | 
			
		||||
@@ -25,7 +25,7 @@ classifiers =
 | 
			
		||||
package_dir =
 | 
			
		||||
    = src
 | 
			
		||||
packages = find:
 | 
			
		||||
python_requires = >=3.9
 | 
			
		||||
python_requires = >=3.8
 | 
			
		||||
 | 
			
		||||
[options.extras_require]
 | 
			
		||||
dev =
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user