Skip to content

Commit

Permalink
add python3.10 to ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tshirtman committed Oct 30, 2021
1 parent 7781dc1 commit 1d98911
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
java:
- '12'
os:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/push-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9]
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
container:
image: i386/python:${{ matrix.python }}-buster
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
java:
- '8'
# - '9' # commented out just for faster CI
Expand Down

0 comments on commit 1d98911

Please sign in to comment.