We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5937ebc commit f2fe118Copy full SHA for f2fe118
2 files changed
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
strategy:
57
matrix:
58
python-version:
59
- - "3.8"
+ - "3.10"
60
steps:
61
- uses: "actions/checkout@master"
62
- name: "🐍 Set up Python ${{ matrix.python-version }}"
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="colorlog",
5
- version="6.6.0",
+ version="6.7.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",
0 commit comments