Skip to content

Commit cfc417f

Browse files
Add 3.8, 3.9 and 3.11 to test matrix
1 parent b00e506 commit cfc417f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
name: Python ${{ matrix.version }}
77
strategy:
88
matrix:
9-
version: ["3.7", "3.10"]
9+
version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1010

1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: ${{ matrix.version }}
1818
- name: Install Dependencies

0 commit comments

Comments
 (0)