Skip to content

Commit b7a527e

Browse files
committed
CI/CD update python version
1 parent 6db3901 commit b7a527e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
# You can use PyPy versions in python-version. For example, pypy2 and pypy3
1818
matrix:
19-
python-version: [3.7, 3.8, 3.9]
19+
python-version: ["3.10"]
2020

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

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, macos-11, windows-latest]
15-
python-version: ["3.7", "3.8", "3.9", "3.10"] #3.9 only failing for tables on macos and windows; mwm 6302021
15+
python-version: ["3.10"]
1616
include:
1717
- os: ubuntu-latest
1818
path: ~/.cache/pip

0 commit comments

Comments
 (0)