Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 8784bf8

Browse files
committed
fix ci python 3.10
1 parent 42a4224 commit 8784bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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.9', '3.x']
17+
python-version: ['3.10', '3.x']
1818
include:
1919
- python-version: '3.x'
2020
os: macos-latest

0 commit comments

Comments
 (0)