Skip to content

Commit 5a4d8b8

Browse files
committed
ci.yml: remove '-dev' suffix from '3.10-dev'
1 parent a387f32 commit 5a4d8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10-dev']
27+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
2828

2929
steps:
3030
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)