Skip to content

Commit ba004ef

Browse files
committed
Test Python 3.7 and 3.11
1 parent ae98157 commit ba004ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ jobs:
4242
runs-on: ubuntu-20.04
4343
strategy:
4444
matrix:
45+
python: ['3.7', '3.11']
4546
type: ["ethereum_truffle", "ethereum_bench", "examples", "ethereum", "ethereum_vm", "native", "wasm", "wasm_sym", "other"]
4647
steps:
4748
- uses: actions/checkout@v3
48-
- name: Set up Python 3.7
49+
- name: Set up Python
4950
uses: actions/setup-python@v4
5051
with:
51-
python-version: 3.7
52+
python-version: ${{ matrix.python }}
5253
- name: Install NPM
5354
uses: actions/setup-node@v3
5455
with:

0 commit comments

Comments
 (0)