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 f939a44 commit dfa10f5Copy full SHA for dfa10f5
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="colorlog",
5
- version="6.8.3",
+ version="6.9.0",
6
description="Add colours to the output of Python's logging module.",
7
long_description=open("README.md").read(),
8
long_description_content_type="text/markdown",
@@ -31,6 +31,9 @@
31
"Programming Language :: Python :: 3.8",
32
"Programming Language :: Python :: 3.9",
33
"Programming Language :: Python :: 3.10",
34
+ "Programming Language :: Python :: 3.11",
35
+ "Programming Language :: Python :: 3.12",
36
+ "Programming Language :: Python :: 3.13",
37
"Topic :: Terminals",
38
"Topic :: Utilities",
39
],
0 commit comments