Skip to content

Commit 5c06d08

Browse files
authored
Merge pull request #211 from homeworkprod-forks/drop-python-3.5-3.6
Drop support for Python 3.5 and 3.6
2 parents 38d5c3d + ea43c53 commit 5c06d08

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
13+
python-version: [3.7, 3.8, 3.9, pypy3.7]
1414

1515
steps:
1616
# Python needs to be setup before checkout to prevent files from being
1717
# left in the source tree. See setup-python/issues/106.
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424

2525
- name: Installing python dependencies
2626
run: |

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
'Intended Audience :: Developers',
3333
'License :: OSI Approved :: BSD License',
3434
'Operating System :: OS Independent',
35-
'Programming Language :: Python :: 3.5',
36-
'Programming Language :: Python :: 3.6',
3735
'Programming Language :: Python :: 3.7',
3836
'Programming Language :: Python :: 3.8',
3937
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)