Skip to content

Commit ac82892

Browse files
committed
Mark Python 3.11 as supported in setup.py
1 parent 2a71f01 commit ac82892

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
extras_require={
3030
"detect_mimetype": ["python-magic>=0.4.15,<0.5"],
31-
"lint": ["black==22.1.0", "isort"],
31+
"lint": ["black~=22.1", "isort"],
3232
"test": ["pytest", "pytest-asyncio", *test_dependencies],
3333
"encryption": encryption_dependencies,
3434
},
@@ -45,6 +45,7 @@
4545
"Programming Language :: Python :: 3.8",
4646
"Programming Language :: Python :: 3.9",
4747
"Programming Language :: Python :: 3.10",
48+
"Programming Language :: Python :: 3.11",
4849
],
4950

5051
package_data={

0 commit comments

Comments
 (0)