Skip to content

Commit 050aac5

Browse files
committed
ci.yml: remove '-dev' suffix from python 3.9 version
1 parent 6ebdfcd commit 050aac5

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
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9-dev']
29+
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9']
3030

3131
steps:
3232
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)