Skip to content

Commit d591699

Browse files
authored
Merge pull request #14 from ycexiao/ci-python-version
fix: use `python=3.12,3.13` in the CI tests
2 parents 840bb30 + e9d5974 commit d591699

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/matrix-and-codecov-on-merge-to-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
project: diffpy.apps
1818
c_extension: false
1919
headless: false
20+
python_versions: 3.12, 3.13
2021
secrets:
2122
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

news/ci-python-version.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* No news added: Use ``python=3.12, 3.13`` in the CI because ``diffpy.cmi`` doesn't support ``python=3.14`` for now.
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)