Skip to content

Commit bf9d383

Browse files
authored
CI: Enable testing with Python 3.11 (#284)
1 parent fddecec commit bf9d383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
python-version: ['3.7', '3.8', '3.9', '3.10']
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
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
python-version: ['3.7', '3.8', '3.9', '3.10']
57+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
5858
steps:
5959
- uses: actions/checkout@v3
6060
- name: Setup system dependencies

0 commit comments

Comments
 (0)