Skip to content

Commit 9e5c693

Browse files
authored
Merge pull request #50 from quantmind/ls-bump
Bump
2 parents a322e37 + 0839dbe commit 9e5c693

File tree

4 files changed

+1986
-1463
lines changed

4 files changed

+1986
-1463
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
1818
strategy:
1919
matrix:
20-
python-version: ["3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2121

2222
steps:
2323
- uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
3434
- name: run tests
3535
run: make test
3636
- name: upload coverage reports to codecov
37-
if: matrix.python-version == '3.12'
37+
if: matrix.python-version == '3.14'
3838
uses: codecov/codecov-action@v3
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Python 3.12
5252
uses: actions/setup-python@v5
5353
with:
54-
python-version: "3.12"
54+
python-version: "3.14"
5555
- name: Install all dev dependencies
5656
run: make install-dev
5757
- name: build book

ccy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Python currencies"""
22

3-
__version__ = "1.7.1"
3+
__version__ = "1.7.2"
44

55

66
from .core.country import (

0 commit comments

Comments
 (0)