We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a71f01 commit ac82892Copy full SHA for ac82892
1 file changed
setup.py
@@ -28,7 +28,7 @@
28
],
29
extras_require={
30
"detect_mimetype": ["python-magic>=0.4.15,<0.5"],
31
- "lint": ["black==22.1.0", "isort"],
+ "lint": ["black~=22.1", "isort"],
32
"test": ["pytest", "pytest-asyncio", *test_dependencies],
33
"encryption": encryption_dependencies,
34
},
@@ -45,6 +45,7 @@
45
"Programming Language :: Python :: 3.8",
46
"Programming Language :: Python :: 3.9",
47
"Programming Language :: Python :: 3.10",
48
+ "Programming Language :: Python :: 3.11",
49
50
51
package_data={
0 commit comments