Skip to content

Commit a0cf36b

Browse files
committed
dont test with python 3.10
1 parent 1156c6e commit a0cf36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
LANG: en_US.UTF-8
2323
strategy:
2424
matrix:
25-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10]
25+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
2626
os-version: [ubuntu-latest, windows-latest, macos-latest]
2727

2828
steps:

0 commit comments

Comments
 (0)