Skip to content

Commit bfa978a

Browse files
committed
Support 3.13 in test on pr and matrix test
1 parent 5f0c1b4 commit bfa978a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
24-
python-version: ["3.11", "3.12"]
24+
python-version: ["3.11", "3.12", "3.13"]
2525
env:
26-
LATEST_PYTHON_VERSION: "3.12"
26+
LATEST_PYTHON_VERSION: "3.13"
2727
steps:
2828
- name: Check out diffpy.labpdfproc
2929
uses: actions/checkout@v4

.github/workflows/tests-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
auto-update-conda: true
2626
environment-file: environment.yml
2727
auto-activate-base: false
28-
python-version: 3.12
28+
python-version: 3.13
2929

3030
- name: Conda config
3131
run: >-

0 commit comments

Comments
 (0)