Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest']
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@v6
- name: Install uv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest_upstream_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@v6
- name: Install uv
Expand Down
18 changes: 14 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
.. -*- mode: rst -*-

.. |PyPI version| image:: https://badge.fury.io/py/chainladder.svg
:target: https://badge.fury.io/py/chainladder
.. |PyPI version| image:: https://badgen.net/pypi/v/chainladder
:target: https://pypi.python.org/pypi/chainladder

.. |Build Status| image:: https://github.com/casact/chainladder-python/workflows/Unit%20Tests/badge.svg
.. |Python versions| image:: https://badgen.net/pypi/python/chainladder
:target: https://pypi.python.org/pypi/chainladder

.. |License| image:: https://badgen.net/pypi/license/chainladder
:target: https://pypi.python.org/pypi/chainladder

.. |Downloads| image:: https://badgen.net/pypi/dm/chainladder
:target: https://pypi.python.org/pypi/chainladder

.. |Build Status| image:: https://github.com/casact/chainladder-python/actions/workflows/pytest.yml/badge.svg
:target: https://github.com/casact/chainladder-python/actions/workflows/pytest.yml

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

|PyPI version| |Build Status| |codecov io| |Documentation Status|
|PyPI version| |Python versions| |License| |Downloads| |Build Status| |codecov io| |Documentation Status|

chainladder: Property and Casualty Loss Reserving in Python
------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
keywords = ["actuarial", "reserving", "insurance", "chainladder", "IBNR"]
dependencies = [
Expand Down
Loading