Skip to content

Commit 36b1437

Browse files
committed
Remove Python 2.7 from performance tests
- seems to be unreliable, and is obsolete anyway
1 parent 303e6e6 commit 36b1437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: [2.7, 3.6, 3.9]
17+
python-version: [3.6, 3.9]
1818
env:
1919
OS: ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)