Skip to content

Commit d17bf9f

Browse files
Merge pull request #559 from rstudio/kg-rm-3.7
remove python 3.7 tests
2 parents 2fde1e7 + 2c110f2 commit d17bf9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
20+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2121
include:
2222
- os: macos-latest
2323
python-version: '3.9'

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
17+
python-version: ['3.8', '3.9', '3.10', '3.11']
1818
include:
1919
- os: macos-latest
2020
python-version: '3.9'

0 commit comments

Comments
 (0)