Skip to content

Commit 5c7ab1f

Browse files
committed
run github pipeline on python 3.11
Change-Id: Id1f13e71b803ead2cebfcca02720ab3d6504f57c
1 parent 1ea3c78 commit 5c7ab1f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/run-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- "3.8"
3535
- "3.9"
3636
- "3.10"
37+
- "3.11.0-rc - 3.11"
3738
# waiting on https://foss.heptapod.net/pypy/pypy/-/issues/3690
3839
# which also seems to be in 3.9
3940
# - "pypy-3.9"
@@ -97,6 +98,7 @@ jobs:
9798
- cp38-cp38
9899
- cp39-cp39
99100
- cp310-cp310
101+
- cp311-cp311
100102
build-type:
101103
- "cext"
102104
- "nocext"
@@ -135,6 +137,7 @@ jobs:
135137
python-version:
136138
- "3.9"
137139
- "3.10"
140+
- "3.11.0-rc - 3.11"
138141

139142
fail-fast: false
140143

@@ -201,6 +204,7 @@ jobs:
201204
- "ubuntu-latest"
202205
python-version:
203206
- "3.10"
207+
- "3.11.0-rc - 3.11"
204208

205209
fail-fast: false
206210

0 commit comments

Comments
 (0)