Skip to content

Commit 143f41d

Browse files
committed
document 3.14 support, add to test matrix
1 parent 0976ade commit 143f41d

File tree

5 files changed

+87
-63
lines changed

5 files changed

+87
-63
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: ['ubuntu-latest']
19-
python-version: ['3.9', '3.10', '3.11', '3.12']
19+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2020
steps:
2121
- uses: actions/checkout@v6
2222
- name: Install uv

.github/workflows/pytest_upstream_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: ['ubuntu-latest']
15-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
15+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1616
steps:
1717
- uses: actions/checkout@v6
1818
- name: Install uv

README.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
.. -*- mode: rst -*-
22
3-
.. |PyPI version| image:: https://badge.fury.io/py/chainladder.svg
4-
:target: https://badge.fury.io/py/chainladder
3+
.. |PyPI version| image:: https://badgen.net/pypi/v/chainladder
4+
:target: https://pypi.python.org/pypi/chainladder
55

6-
.. |Build Status| image:: https://github.com/casact/chainladder-python/workflows/Unit%20Tests/badge.svg
6+
.. |Python versions| image:: https://badgen.net/pypi/python/chainladder
7+
:target: https://pypi.python.org/pypi/chainladder
8+
9+
.. |License| image:: https://badgen.net/pypi/license/chainladder
10+
:target: https://pypi.python.org/pypi/chainladder
11+
12+
.. |Downloads| image:: https://badgen.net/pypi/dm/chainladder
13+
:target: https://pypi.python.org/pypi/chainladder
14+
15+
.. |Build Status| image:: https://github.com/casact/chainladder-python/actions/workflows/pytest.yml/badge.svg
16+
:target: https://github.com/casact/chainladder-python/actions/workflows/pytest.yml
717

818
.. |Documentation Status| image:: https://readthedocs.org/projects/chainladder-python/badge/?version=latest
919
:target: https://chainladder-python.readthedocs.io/en/latest/?badge=latest
@@ -14,7 +24,7 @@
1424
chainladder (python)
1525
====================
1626

17-
|PyPI version| |Build Status| |codecov io| |Documentation Status|
27+
|PyPI version| |Python versions| |License| |Downloads| |Build Status| |codecov io| |Documentation Status|
1828

1929
chainladder: Property and Casualty Loss Reserving in Python
2030
------------------------------------------------------------

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ classifiers = [
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
2931
]
3032
keywords = ["actuarial", "reserving", "insurance", "chainladder", "IBNR"]
3133
dependencies = [

0 commit comments

Comments
 (0)