Skip to content

Commit 1039f15

Browse files
dropping support for py3.5 as it is EOL https://www.python.org/downloads/release/python-3510/
1 parent dceab11 commit 1039f15

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.5,3.6,3.7,3.8,3.9]
13+
python-version: [3.6,3.7,3.8,3.9]
1414

1515
steps:
1616
- uses: actions/checkout@v2

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
'Operating System :: OS Independent',
5151
'Topic :: Software Development :: Libraries :: Python Modules',
5252
'Programming Language :: Python :: 3',
53-
'Programming Language :: Python :: 3.5',
5453
'Programming Language :: Python :: 3.6',
5554
'Programming Language :: Python :: 3.7',
5655
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)