Skip to content

Commit e8a8b2f

Browse files
committed
Removing python 3.5 from build
1 parent ab9296c commit e8a8b2f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.5, 3.6, 3.7, 3.8]
18+
python-version: [3.6, 3.7, 3.8]
1919

2020
steps:
2121
- uses: actions/checkout@v2

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ def readme():
3939
'Natural Language :: English',
4040
'Operating System :: Unix',
4141
'Programming Language :: Python :: 3',
42-
'Programming Language :: Python :: 3.3',
43-
'Programming Language :: Python :: 3.4',
44-
'Programming Language :: Python :: 3.5',
4542
'Programming Language :: Python :: 3.6',
4643
'Programming Language :: Python :: 3.7',
4744
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)