Merge pull request #237 from fronzbot/deprecate-py35

Remove Python 3.5.3 support
This commit is contained in:
Kevin Fronczak
2020-05-04 13:41:11 -04:00
committed by GitHub
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -10,11 +10,11 @@ jobs:
build: build:
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
strategy: strategy:
max-parallel: 4 max-parallel: 3
matrix: matrix:
platform: platform:
- ubuntu-latest - ubuntu-latest
python-version: [3.5, 3.6, 3.7, 3.8] python-version: [3.6, 3.7, 3.8]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
-1
View File
@@ -30,7 +30,6 @@ PROJECT_CLASSIFIERS = [
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
+1 -1
View File
@@ -1,5 +1,5 @@
[tox] [tox]
envlist = build, py35, py36, py37, py38, lint envlist = build, py36, py37, py38, lint
skip_missing_interpreters = True skip_missing_interpreters = True
skipsdist = True skipsdist = True