Skip to content

Commit fa5fd3f

Browse files
committed
Test with newer, stable Python 3.10
I forgot to bump this version after 3.10 was released.
1 parent ba0409d commit fa5fd3f

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
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-alpha.5, pypy3]
11+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)