Skip to content

Commit bb0aa75

Browse files
authored
Merge pull request #35 from BYUCamachoLab/master
fixing mistake in CI/CD pipeline
2 parents 95b735b + 170a6b9 commit bb0aa75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration-pip-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
python-version: ['3.10' ,'3.11', '3.12', '3.13', '3.14']
19+
python-version: ['3.10' ,'3.11', '3.12']
2020

2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/continuous-integration-pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest, windows-latest, macos-latest]
23-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
23+
python-version: ['3.10', '3.11', '3.12']
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)