Skip to content

Commit eb1249e

Browse files
committed
CI: Enable testing with Python 3.10, 3.11
Also updated pre-commit to use Python 3.10.
1 parent 09ac1ac commit eb1249e

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.9']
15+
python-version: ['3.10']
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python ${{ matrix.python-version }}
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
python-version: ['3.7', '3.8', '3.9']
34+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
3535
steps:
3636
- uses: actions/checkout@v3
3737
- name: Setup system dependencies
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
strategy:
5454
matrix:
55-
python-version: ['3.7', '3.8', '3.9']
55+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
5656
steps:
5757
- uses: actions/checkout@v3
5858
- name: Setup system dependencies

0 commit comments

Comments
 (0)