Skip to content

Commit 074e3c4

Browse files
committed
Stop testing Python 3.5 as it gives inconsistent results.
For some reason Python 3.5 (on GitHub's actions only) inconsistently fails it's tests. It's also the only version that compiles gevent and is long-EOL, and official support will be dropped alongside 2.7 in v2.
1 parent 90961d8 commit 074e3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-18.04]
15-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
15+
python-version: [2.7, 3.6, 3.7, 3.8]
1616
include:
1717
- os: macos-10.15
1818
python-version: 3.8

0 commit comments

Comments
 (0)