diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 320bf9f..10fa74d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: strategy: matrix: python-version: - - "3.8" + - "3.10" steps: - uses: "actions/checkout@master" - name: "🐍 Set up Python ${{ matrix.python-version }}" diff --git a/setup.py b/setup.py index b656eff..bc90a19 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="colorlog", - version="6.6.0", + version="6.7.0", description="Add colours to the output of Python's logging module.", long_description=open("README.md").read(), long_description_content_type="text/markdown",