Skip to content

Commit ee977af

Browse files
committed
rm python pin in both workflows
1 parent 2cb4526 commit ee977af

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
project: diffpy.cmi
1818
c_extension: false
1919
headless: false
20-
python_versions: "3.12, 3.13"
2120
run: |
2221
set -Eeuo pipefail
2322
echo "Test cmds"

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
project: diffpy.cmi
1212
c_extension: false
1313
headless: false
14-
python_version: 3.13
1514
run: |
1615
set -Eeuo pipefail
1716
echo "Test cmds"

0 commit comments

Comments
 (0)