Skip to content

Commit bd9002e

Browse files
authored
Drop python 3.8 part 2 (#273)
1 parent e79ac92 commit bd9002e

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)