Skip to content

Commit 1a88f32

Browse files
László Vaskóqkaiser
authored andcommitted
test: run on Python 3.11 as well
1 parent ce7245b commit 1a88f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
strategy:
5454
matrix:
55-
python-version: ["3.8", "3.9", "3.10"]
55+
python-version: ["3.8", "3.9", "3.10", "3.11"]
5656
steps:
5757
- name: Checkout source code
5858
uses: actions/checkout@v2

0 commit comments

Comments
 (0)