Skip to content

Commit 4ea7f3b

Browse files
committed
expand ci python matrix and add badges
1 parent 6d0b867 commit 4ea7f3b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ["3.10", "3.12"]
13+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1414

1515
steps:
1616
- uses: actions/checkout@v4

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ddstats
22

3+
[![CI](https://github.com/integerQuant/ddstats/actions/workflows/ci.yml/badge.svg)](https://github.com/integerQuant/ddstats/actions/workflows/ci.yml)
4+
[![PyPI version](https://img.shields.io/pypi/v/ddstats.svg)](https://pypi.org/project/ddstats/)
5+
36
Fast drawdown & CED metrics in Rust with NumPy bindings.
47

58
## Overview

0 commit comments

Comments
 (0)