Skip to content

Commit b6f10d7

Browse files
committed
Bump to v1.4.5
1 parent 9a6dcb9 commit b6f10d7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.conda/conda_build_config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
python:
22
- 3.13
3+
- 3.12
4+
- 3.11
35

46
numpy:
57
# 1.18 does not build with Python 3.9
68
#- 1.19
79
#- 1.20
8-
#- 1.26
10+
- 1.26
11+
- 2.1
912
- 2.2
1013

1114
pin_run_as_build:

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
# https://github.com/s-weigand/setup-conda/issues/432
15-
os: [ubuntu-latest, windows-2019, macos-12]
15+
os: [ubuntu-latest, windows-2019, macos-latest]
1616

1717
steps:
1818
- uses: actions/checkout@v4

pysrc/xprec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
print(2 * x)
1717
1818
"""
19-
__version__ = "1.4.4"
19+
__version__ = "1.4.5"
2020

2121
import numpy as _np
2222

0 commit comments

Comments
 (0)