Skip to content

Commit 76e3920

Browse files
committed
update ci python version
1 parent 5b8d55f commit 76e3920

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
workflow_dispatch
89

910
jobs:
1011
test:
@@ -13,10 +14,12 @@ jobs:
1314
fail-fast: false
1415
matrix:
1516
python-version:
17+
- "3.13"
18+
- "3.12"
19+
- "3.11"
1620
- "3.10"
1721
- "3.9"
1822
- "3.8"
19-
- "3.7"
2023

2124
steps:
2225
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)