From 731cfb3a00b320ebad176b3f8e7215eab953ac73 Mon Sep 17 00:00:00 2001 From: Alex M Date: Sat, 24 Oct 2020 11:34:55 -0700 Subject: [PATCH] Drop support for Python 3.5, add support for Python 3.9. --- .github/workflows/ci.yml | 8 ++++---- CHANGELOG.rst | 2 ++ setup.py | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ea84fb..cdba6aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Setup Python ${{ matrix.python-version }} @@ -25,7 +25,7 @@ jobs: run: coveralls env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - COVERALLS_FLAG_NAME: ${{ matrix.test-name }}-${{ matrix.python-version }} + COVERALLS_FLAG_NAME: ${{ matrix.python-version }} COVERALLS_PARALLEL: true - name: Test Build run: python setup.py sdist @@ -34,10 +34,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Setup Python 3.8 + - name: Setup Python 3.9 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 42f33a5..de7e3c8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,7 @@ Change Log ************* Added ===== +- Added Python 3.9 support. Changed ======= @@ -14,6 +15,7 @@ Deprecated Removed ======= +- Drop Python 3.5 support (EOL). Fixed ===== diff --git a/setup.py b/setup.py index 2913627..ed4401b 100755 --- a/setup.py +++ b/setup.py @@ -33,10 +33,10 @@ "Topic :: Multimedia", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], entry_points={ "console_scripts": [