Skip to content

Commit a1f06ce

Browse files
authored
Py3.11 support in CI tests (#19)
1 parent 9238bbe commit a1f06ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-integ.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ jobs:
55
run-tests:
66
runs-on: ubuntu-20.04
77
strategy:
8-
fail-fast: false
8+
fail-fast: true
99
matrix:
1010
python-version: [
1111
#"3.6", # Default on Ubuntu18.04 but openapi-generator fails
1212
"3.7",
1313
"3.8",
1414
"3.9",
1515
"3.10",
16-
#"3.11", # Not passing tests. No useful error messages.
16+
"3.11",
1717
]
1818
env:
1919
# This is associated with the "sdk-integ-test" user, credentials on 1password

0 commit comments

Comments
 (0)