Skip to content

Commit 6365b2f

Browse files
authored
Update lint-test.yml: Python 3.13のテストを追加して、Python 3.8のテストを削除する (#694)
* Update lint-test.yml * 3.8のテストを廃止
1 parent 70bf339 commit 6365b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -46,4 +46,4 @@ jobs:
4646
- name: Lint
4747
run: |
4848
make lint
49-
49+

0 commit comments

Comments
 (0)