Skip to content

Commit 60e5428

Browse files
committed
Remove Py3.9 testing: It's new and weird
https://github.com/kernc/backtesting.py/runs/1318477083
1 parent da43ba1 commit 60e5428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
python-version: [3.6, 3.7, 3.9]
14+
python-version: [3.6, 3.7]
1515
include:
1616
- python-version: 3.8
1717
test-type: lint

0 commit comments

Comments
 (0)