Skip to content

Commit 76c5478

Browse files
committed
Add Python 3.10 CI target
1 parent dacd8ed commit 76c5478

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
21+
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ]
2222
steps:
2323
- name: source code
2424
uses: actions/checkout@v2
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-latest
118118
strategy:
119119
matrix:
120-
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
120+
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ]
121121
services:
122122
postgres:
123123
image: fantix/postgres-ssl:13.1

0 commit comments

Comments
 (0)