Skip to content

Commit eb40707

Browse files
authored
Merge pull request #41 from kmaehashi/remove-py27-ci
remove CI for Python 2.7 & 3.7
2 parents efc7ca8 + 1aee9ea commit eb40707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
python-version: ['2.7', '3.7', '3.8', '3.9', '3.10', '3.11']
13+
python-version: ['3.8', '3.9', '3.10', '3.11']
1414

1515
steps:
1616
- name: Git Checkout

0 commit comments

Comments
 (0)