Skip to content

Commit 1d98911

Browse files
committed
add python3.10 to ci matrix
1 parent 7781dc1 commit 1d98911

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/create.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- '3.7'
1212
- '3.8'
1313
- '3.9'
14+
- '3.10'
1415
java:
1516
- '12'
1617
os:

.github/workflows/push-x86.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python: [3.6, 3.7, 3.8, 3.9]
9+
python:
10+
- '3.6'
11+
- '3.7'
12+
- '3.8'
13+
- '3.9'
14+
- '3.10'
1015
container:
1116
image: i386/python:${{ matrix.python }}-buster
1217
steps:

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- '3.7'
1111
- '3.8'
1212
- '3.9'
13+
- '3.10'
1314
java:
1415
- '8'
1516
# - '9' # commented out just for faster CI

0 commit comments

Comments
 (0)