Skip to content

Commit d0e9af0

Browse files
author
brandon
committed
removing 3.8 from the test matrix
1 parent 018d7bb commit d0e9af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
python-version: [
131131
#"3.6", # Default on Ubuntu18.04 but openapi-generator fails
132132
# "3.7", # Removed support as of 0.17
133-
"3.8",
133+
# "3.8", # Removed support as of 0.19
134134
"3.9",
135135
"3.10",
136136
"3.11",

0 commit comments

Comments
 (0)