Skip to content

Commit 5b0787a

Browse files
change to 3.10 proper in strategy matrix
1 parent 3b26935 commit 5b0787a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
max-parallel: 5
1111
matrix:
12-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-rc.1']
12+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
1313

1414
services:
1515
mariadb:
@@ -76,7 +76,7 @@ jobs:
7676
fail-fast: false
7777
max-parallel: 5
7878
matrix:
79-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-rc.1']
79+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
8080

8181
services:
8282
postgres:
@@ -143,7 +143,7 @@ jobs:
143143
fail-fast: false
144144
max-parallel: 5
145145
matrix:
146-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-rc.1']
146+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
147147

148148
steps:
149149
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)