Skip to content

Commit c600f2a

Browse files
committed
Stop running tests on python 2.7 and 3.6
2.7 stopped working after b69f81d. 3.6 seems to not work: https://github.com/nico/ninjatracing/actions/runs/5720226961/job/15499732849?pr=29
1 parent 7c62245 commit c600f2a

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
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: [2.7, 3.6, 3.7, 3.8]
12+
python-version: [3.7, 3.8]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)