Skip to content

Commit 4bae6a4

Browse files
committed
Stop testing on Python 3.5
pypi has changed something in their end that is incompatible with older Python versions. Fortunately, anything older than 3.6 is no longer that interesting as that is the new baseline set by the oldest enterprise distributions.
1 parent a2362da commit 4bae6a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
strategy:
99
matrix:
1010
python-version:
11-
- 3.5
1211
- 3.6
1312
- 3.7
1413
- 3.8

0 commit comments

Comments
 (0)