Skip to content

Commit a29a583

Browse files
authored
python 3.10 (#193)
python 3.10 is released and generally available
1 parent 1fa4e6a commit a29a583

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
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
11+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
1212
os: [ubuntu-latest]
1313

1414
steps:

0 commit comments

Comments
 (0)